Searched defs:wpa_sm (Results 1 – 2 of 2) sorted by relevance
25 struct wpa_sm { struct26 u8 pmk[PMK_LEN_MAX];27 size_t pmk_len;28 struct wpa_ptk ptk, tptk;29 int ptk_set, tptk_set;30 bool tk_set; /* Whether any TK is configured to the driver */31 unsigned int msg_3_of_4_ok:1;32 u8 snonce[WPA_NONCE_LEN];33 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */34 int renew_snonce;[all …]
192 struct wpa_state_machine *wpa_sm; member