ESP-IDF
hostapd_config
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_config
hostapd_config struct
struct hostapd_config - Per-radio interface configuration
Syntax
Show:
Summary
Declaration
Definition
from
ieee802_1x.h:15
struct
hostapd_config
;
Implemented in
ap_config.h:315
Fields
Field
Declared as
hostapd_config::bss
struct
hostapd_bss_config
*
hostapd_config::last_bss
struct
hostapd_bss_config
*
bss
,
*
hostapd_config::num_bss
size_t
hostapd_config::beacon_int
u16
hostapd_config::rts_threshold
int
hostapd_config::fragm_threshold
int
hostapd_config::send_probe_response
u8
hostapd_config::channel
u8
hostapd_config::hw_mode
enum
hostapd_hw_mode
hostapd_config::preamble
enum
{
LONG_PREAMBLE
=
0
,
SHORT_PREAMBLE
=
1
}
hostapd_config::supported_rates
int
*
hostapd_config::basic_rates
int
*
hostapd_config::driver
const
struct
wpa_driver_ops
*
hostapd_config::ap_table_max_size
int
hostapd_config::ap_table_expiration_time
int
hostapd_config::country
char
[
3
]
hostapd_config::ieee80211d
int
hostapd_config::ht_op_mode_fixed
int
hostapd_config::ht_capab
u16
hostapd_config::ieee80211n
int
hostapd_config::secondary_channel
int
hostapd_config::require_ht
int
hostapd_config::vht_capab
u32
hostapd_config::ieee80211ac
int
hostapd_config::require_vht
int
hostapd_config::vht_oper_chwidth
u8
hostapd_config::vht_oper_centr_freq_seg0_idx
u8
hostapd_config::vht_oper_centr_freq_seg1_idx
u8
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
hostapd_config
{
ap_config.h:315
struct
hostapd_config
;
ieee802_1x.h:15
struct
hostapd_config
*
hostapd_config_defaults
(
void
)
ap_config.c:70
hostapd_config_defaults()
struct
hostapd_config
*
conf
;
ap_config.c:74
hostapd_config_defaults()
conf
=
(
struct
hostapd_config
*
)
os_zalloc
(
sizeof
(
*
conf
)
)
;
ap_config.c:78
hostapd_config_defaults()
os_free
(
conf
)
;
ap_config.c:83
hostapd_config_defaults()
struct
hostapd_config
*
hostapd_config_defaults
(
void
)
;
ap_config.h:371
hostapd_config_defaults()
void
hostapd_config_free
(
struct
hostapd_config
*
conf
)
;
ap_config.h:373
hostapd_config_free()
hostapd_config_free()::conf
struct
hostapd_config
*
(
*
config_read_cb
)
(
const
char
*
config_fname
)
;
hostapd.h:31
hapd_interfaces
hapd_interfaces::config_read_cb
struct
hostapd_config
*
iconf
;
hostapd.h:99
hostapd_data
hostapd_data::iconf
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
return
hostapd_config_defaults()
ap_config.h:371
hostapd_config_free()::conf
hostapd_config_free()
ap_config.h:373
return
hostapd_config_defaults()
ap_config.c:70
hapd_interfaces::config_read_cb
hapd_interfaces
hostapd.h:31
hostapd_data::iconf
hostapd_data
hostapd.h:99
Lifecycle
from
examples
hostapd_config
is allocated by 1 symbol and is freed by 1 symbol:
hostapd_config_defaults()
All items filtered out
hostapd_config
hostapd_config_defaults()
All items filtered out