#include <hostapd.h>
struct hostapd_data - hostapd per-BSS data structure
Definition at line 102 of file hostapd.h.
struct hostapd_bss_config* hostapd_data::conf |
struct wpa_ctrl_dst* hostapd_data::ctrl_dst |
struct wpa_driver_ops* hostapd_data::driver |
void* hostapd_data::drv_priv |
struct iapp_data* hostapd_data::iapp |
struct hostapd_config* hostapd_data::iconf |
struct hostapd_iface* hostapd_data::iface |
struct l2_packet_data* hostapd_data::l2 |
void* hostapd_data::msg_ctx |
void(* hostapd_data::new_assoc_sta_cb)(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) |
u8 hostapd_data::own_addr[ETH_ALEN] |
struct rsn_preauth_interface* hostapd_data::preauth_iface |
void(* hostapd_data::public_action_cb)(void *ctx, const u8 *buf, size_t len, int freq) |
void* hostapd_data::ssl_ctx |
u32 hostapd_data::sta_aid[AID_WORDS] |
struct sta_info* hostapd_data::sta_hash[STA_HASH_SIZE] |
struct sta_info* hostapd_data::sta_list |
struct wps_context* hostapd_data::wps |
struct wpabuf* hostapd_data::wps_beacon_ie |
void(* hostapd_data::wps_reg_success_cb)(void *ctx, const u8 *mac_addr, const u8 *uuid_e) |