#include <wpa_supplicant_i.h>
Collaboration diagram for wpa_supplicant:
Data Fields | |
wpa_global * | global |
wpa_supplicant * | next |
l2_packet_data * | l2 |
unsigned char | own_addr [ETH_ALEN] |
char | ifname [100] |
char * | confname |
wpa_config * | conf |
int | countermeasures |
time_t | last_michael_mic_error |
u8 | bssid [ETH_ALEN] |
int | reassociate |
int | disconnected |
wpa_ssid * | current_ssid |
int | pairwise_cipher |
int | group_cipher |
int | key_mgmt |
void * | drv_priv |
wpa_ssid * | prev_scan_ssid |
wpa_scan_result * | scan_results |
int | num_scan_results |
wpa_driver_ops * | driver |
int | interface_removed |
wpa_sm * | wpa |
eapol_sm * | eapol |
int | ctrl_sock |
wpa_ctrl_dst * | ctrl_dst |
wpa_states | wpa_state |
int | new_connection |
int | reassociated_connection |
int | eapol_received |
scard_data * | scard |
unsigned char | last_eapol_src [ETH_ALEN] |
int | keys_cleared |
wpa_blacklist * | blacklist |
int | scan_req |
This structure contains the internal data for core wpa_supplicant code. This should be only used directly from the core code. However, a pointer to this data is used from other files as an arbitrary context pointer in calls to core functions.
Definition at line 175 of file wpa_supplicant_i.h.