Searched defs:wpa_sm (Results 1 – 2 of 2) sorted by relevance
20 struct wpa_sm { struct21 u8 pmk[PMK_LEN_MAX];22 size_t pmk_len;23 struct wpa_ptk ptk, tptk;24 int ptk_set, tptk_set;25 unsigned int msg_3_of_4_ok:1;26 u8 snonce[WPA_NONCE_LEN];27 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */28 int renew_snonce;29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];[all …]
156 struct wpa_state_machine *wpa_sm; member