Per-radio interface configuration. More...
#include <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 } |
| enum | { INTERNAL_BRIDGE_DO_NOT_CONTROL = -1, INTERNAL_BRIDGE_DISABLED = 0, INTERNAL_BRIDGE_ENABLED = 1 } |
Data Fields | |
| struct hostapd_bss_config * | bss |
| struct hostapd_bss_config * | last_bss |
| size_t | num_bss |
| u16 | beacon_int |
| int | rts_threshold |
| int | fragm_threshold |
| u8 | send_probe_response |
| u8 | channel |
| hostapd_hw_mode | hw_mode |
| enum hostapd_config:: { ... } | preamble |
| enum hostapd_config:: { ... } | cts_protection_type |
| int * | supported_rates |
| int * | basic_rates |
| struct wpa_driver_ops * | driver |
| int | ap_table_max_size |
| int | ap_table_expiration_time |
| char | country [3] |
| int | ieee80211d |
| struct hostapd_tx_queue_params | tx_queue [NUM_TX_QUEUES] |
| struct hostapd_wmm_ac_params | wmm_ac_params [4] |
| enum hostapd_config:: { ... } | bridge_packets |
| int | ieee80211n |
| int | secondary_channel |
Per-radio interface configuration.
Definition at line 321 of file config.h.
1.6.1