#include <config.h>
Collaboration diagram for hostapd_config:

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 | |
| hostapd_bss_config * | bss |
| hostapd_bss_config * | last_bss |
| hostapd_radius_servers * | radius |
| 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 |
| const struct driver_ops * | driver |
| int | passive_scan_interval |
| int | passive_scan_listen |
| int | passive_scan_mode |
| int | ap_table_max_size |
| int | ap_table_expiration_time |
| char | country [3] |
| int | ieee80211d |
| unsigned int | ieee80211h |
| hostapd_tx_queue_params | tx_queue [NUM_TX_QUEUES] |
| hostapd_wme_ac_params | wme_ac_params [4] |
| enum hostapd_config:: { ... } | bridge_packets |
Definition at line 286 of file config.h.
1.4.2