Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A 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 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 …]
/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h192 struct wpa_state_machine *wpa_sm; member