ESP-IDF
hostapd_config
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
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
Lifecycle
from
examples
All items filtered out
All items filtered out