Searched defs:wpa_sm (Results 1 – 3 of 3) sorted by relevance
28 struct wpa_sm { struct29 u8 pmk[PMK_LEN_MAX];30 size_t pmk_len;31 struct wpa_ptk ptk, tptk;32 int ptk_set, tptk_set;33 u8 snonce[WPA_NONCE_LEN];34 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */35 int renew_snonce;36 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];37 int rx_replay_counter_set;[all …]
49 struct wpa_state_machine *wpa_sm; member
1917 struct wpa_sm *wpa_sm = &gWpaSm; in wifi_wps_enable_internal() local1967 struct wpa_sm *wpa_sm = &gWpaSm; in esp_wifi_wps_disable() local