#include <wpa_i.h>
Collaboration diagram for wpa_sm:
Data Fields | |
u8 | pmk [PMK_LEN] |
size_t | pmk_len |
wpa_ptk ptk | tptk |
int | ptk_set |
int | tptk_set |
u8 | snonce [WPA_NONCE_LEN] |
u8 | anonce [WPA_NONCE_LEN] |
int | renew_snonce |
u8 | rx_replay_counter [WPA_REPLAY_COUNTER_LEN] |
int | rx_replay_counter_set |
u8 | request_counter [WPA_REPLAY_COUNTER_LEN] |
eapol_sm * | eapol |
rsn_pmksa_cache * | pmksa |
rsn_pmksa_cache * | cur_pmksa |
int | pmksa_count |
rsn_pmksa_candidate * | pmksa_candidates |
l2_packet_data * | l2_preauth |
u8 | preauth_bssid [ETH_ALEN] |
eapol_sm * | preauth_eapol |
wpa_sm_ctx * | ctx |
void * | scard_ctx |
int | fast_reauth |
wpa_ssid * | cur_ssid |
u8 | own_addr [ETH_ALEN] |
const char * | ifname |
u8 | bssid [ETH_ALEN] |
unsigned int | dot11RSNAConfigPMKLifetime |
unsigned int | dot11RSNAConfigPMKReauthThreshold |
unsigned int | dot11RSNAConfigSATimeout |
unsigned int | dot11RSNA4WayHandshakeFailures |
unsigned int | proto |
unsigned int | pairwise_cipher |
unsigned int | group_cipher |
unsigned int | key_mgmt |
u8 * | assoc_wpa_ie |
size_t | assoc_wpa_ie_len |
u8 * | ap_wpa_ie |
u8 * | ap_rsn_ie |
size_t | ap_wpa_ie_len |
size_t | ap_rsn_ie_len |
Definition at line 66 of file wpa_i.h.