Home
last modified time | relevance | path

Searched defs:wpa_sm (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h25 struct wpa_sm { struct
26 u8 pmk[PMK_LEN_MAX];
27 size_t pmk_len;
28 struct wpa_ptk ptk, tptk;
29 int ptk_set, tptk_set;
30 unsigned int msg_3_of_4_ok:1;
31 u8 snonce[WPA_NONCE_LEN];
32 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */
33 int renew_snonce;
34 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_i.h20 struct wpa_sm { struct
21 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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dsta_info.h155 struct wpa_state_machine *wpa_sm; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dsta_info.h197 struct wpa_state_machine *wpa_sm; member