hostapd per-BSS data structure More...
#include <hostapd.h>

Data Fields | |
| struct hostapd_iface * | iface |
| struct hostapd_config * | iconf |
| struct hostapd_bss_config * | conf |
| int | interface_added |
| u8 | own_addr [ETH_ALEN] |
| int | num_sta |
| struct sta_info * | sta_list |
| struct sta_info * | sta_hash [STA_HASH_SIZE] |
| u32 | sta_aid [AID_WORDS] |
| struct wpa_driver_ops * | driver |
| void * | drv_priv |
| void * | msg_ctx |
| struct radius_client_data * | radius |
| int | radius_client_reconfigured |
| u32 | acct_session_id_hi |
| u32 | acct_session_id_lo |
| struct iapp_data * | iapp |
| struct hostapd_cached_radius_acl * | acl_cache |
| struct hostapd_acl_query_data * | acl_queries |
| struct wpa_authenticator * | wpa_auth |
| struct eapol_authenticator * | eapol_auth |
| struct rsn_preauth_interface * | preauth_iface |
| time_t | michael_mic_failure |
| int | michael_mic_failures |
| int | tkip_countermeasures |
| int | ctrl_sock |
| struct wpa_ctrl_dst * | ctrl_dst |
| void * | ssl_ctx |
| void * | eap_sim_db_priv |
| struct radius_server_data * | radius_srv |
| int | parameter_set_count |
| struct l2_packet_data * | l2 |
| struct wps_context * | wps |
| struct hostapd_probereq_cb * | probereq_cb |
| size_t | num_probereq_cb |
hostapd per-BSS data structure
Definition at line 42 of file hostapd.h.
1.6.1