|
wpa_supplicant / hostapd
2.5
|
Data Structures | |
| struct | wpa_key_replay_counter |
Data Fields | |
| struct wpa_authenticator * | wpa_auth |
| struct wpa_group * | group |
| u8 | addr [ETH_ALEN] |
| u8 | p2p_dev_addr [ETH_ALEN] |
| enum wpa_state_machine:: { ... } | wpa_ptk_state |
| enum wpa_state_machine:: { ... } | wpa_ptk_group_state |
| Boolean | Init |
| Boolean | DeauthenticationRequest |
| Boolean | AuthenticationRequest |
| Boolean | ReAuthenticationRequest |
| Boolean | Disconnect |
| int | TimeoutCtr |
| int | GTimeoutCtr |
| Boolean | TimeoutEvt |
| Boolean | EAPOLKeyReceived |
| Boolean | EAPOLKeyPairwise |
| Boolean | EAPOLKeyRequest |
| Boolean | MICVerified |
| Boolean | GUpdateStationKeys |
| u8 | ANonce [WPA_NONCE_LEN] |
| u8 | SNonce [WPA_NONCE_LEN] |
| u8 | alt_SNonce [WPA_NONCE_LEN] |
| u8 | alt_replay_counter [WPA_REPLAY_COUNTER_LEN] |
| u8 | PMK [PMK_LEN] |
| struct wpa_ptk | PTK |
| Boolean | PTK_valid |
| Boolean | pairwise_set |
| int | keycount |
| Boolean | Pair |
|
struct wpa_state_machine::wpa_key_replay_counter | key_replay [RSNA_MAX_EAPOL_RETRIES] |
|
struct wpa_state_machine::wpa_key_replay_counter | prev_key_replay [RSNA_MAX_EAPOL_RETRIES] |
| Boolean | PInitAKeys |
| Boolean | PTKRequest |
| Boolean | has_GTK |
| Boolean | PtkGroupInit |
| u8 * | last_rx_eapol_key |
| size_t | last_rx_eapol_key_len |
| unsigned int | changed:1 |
| unsigned int | in_step_loop:1 |
| unsigned int | pending_deinit:1 |
| unsigned int | started:1 |
| unsigned int | mgmt_frame_prot:1 |
| unsigned int | rx_eapol_key_secure:1 |
| unsigned int | update_snonce:1 |
| unsigned int | alt_snonce_valid:1 |
| unsigned int | is_wnmsleep:1 |
| u8 | req_replay_counter [WPA_REPLAY_COUNTER_LEN] |
| int | req_replay_counter_used |
| u8 * | wpa_ie |
| size_t | wpa_ie_len |
| enum wpa_state_machine:: { ... } | wpa |
| int | pairwise |
| int | wpa_key_mgmt |
| struct rsn_pmksa_cache_entry * | pmksa |
| u32 | dot11RSNAStatsTKIPLocalMICFailures |
| u32 | dot11RSNAStatsTKIPRemoteMICFailures |
| int | pending_1_of_4_timeout |
| u8 | ip_addr [4] |
1.8.6