Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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 …]
/external/wpa_supplicant_8/src/ap/
Dsta_info.h151 struct wpa_state_machine *wpa_sm; member