#include <ap_config.h>
Public Types | |
enum | { LONG_PREAMBLE = 0, SHORT_PREAMBLE = 1 } |
enum | { CTS_PROTECTION_AUTOMATIC = 0, CTS_PROTECTION_FORCE_ENABLED = 1, CTS_PROTECTION_FORCE_DISABLED = 2, CTS_PROTECTION_AUTOMATIC_NO_OLBC = 3 } |
Public Attributes | |
int | ap_table_expiration_time |
int | ap_table_max_size |
int * | basic_rates |
u16 | beacon_int |
struct hostapd_bss_config * | bss |
u8 | channel |
char | country [3] |
enum hostapd_config:: { ... } | cts_protection_type |
struct wpa_driver_ops * | driver |
int | fragm_threshold |
u16 | ht_capab |
int | ht_op_mode_fixed |
enum hostapd_hw_mode | hw_mode |
int | ieee80211d |
int | ieee80211n |
struct hostapd_bss_config * | last_bss |
size_t | num_bss |
enum hostapd_config:: { ... } | preamble |
int | rts_threshold |
int | secondary_channel |
u8 | send_probe_response |
int * | supported_rates |
struct hostapd_tx_queue_params | tx_queue [NUM_TX_QUEUES] |
struct hostapd_wmm_ac_params | wmm_ac_params [4] |
struct hostapd_config - Per-radio interface configuration
Definition at line 321 of file ap_config.h.
anonymous enum |
Definition at line 331 of file ap_config.h.
anonymous enum |
CTS_PROTECTION_AUTOMATIC | |
CTS_PROTECTION_FORCE_ENABLED | |
CTS_PROTECTION_FORCE_DISABLED | |
CTS_PROTECTION_AUTOMATIC_NO_OLBC |
Definition at line 335 of file ap_config.h.
Definition at line 348 of file ap_config.h.
Definition at line 347 of file ap_config.h.
Definition at line 343 of file ap_config.h.
Definition at line 325 of file ap_config.h.
Definition at line 322 of file ap_config.h.
Definition at line 329 of file ap_config.h.
char hostapd_config::country[3] |
Definition at line 350 of file ap_config.h.
enum { ... } hostapd_config::cts_protection_type |
struct wpa_driver_ops* hostapd_config::driver |
Definition at line 345 of file ap_config.h.
Definition at line 327 of file ap_config.h.
Definition at line 371 of file ap_config.h.
Definition at line 370 of file ap_config.h.
Definition at line 330 of file ap_config.h.
Definition at line 357 of file ap_config.h.
Definition at line 372 of file ap_config.h.
Definition at line 322 of file ap_config.h.
size_t hostapd_config::num_bss |
Definition at line 323 of file ap_config.h.
enum { ... } hostapd_config::preamble |
Definition at line 326 of file ap_config.h.
Definition at line 373 of file ap_config.h.
Definition at line 328 of file ap_config.h.
Definition at line 342 of file ap_config.h.
struct hostapd_tx_queue_params hostapd_config::tx_queue[NUM_TX_QUEUES] |
Definition at line 359 of file ap_config.h.
Definition at line 368 of file ap_config.h.