Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_i.h19 struct wpa_state_machine { struct
20 struct wpa_authenticator *wpa_auth;
21 struct wpa_group *group;
23 u8 addr[ETH_ALEN];
24 u8 p2p_dev_addr[ETH_ALEN];
25 u16 auth_alg;
27 enum {
33 } wpa_ptk_state;
35 enum {
40 } wpa_ptk_group_state;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_i.h19 struct wpa_state_machine { struct
20 struct wpa_authenticator *wpa_auth;
21 struct wpa_group *group;
23 u8 addr[ETH_ALEN];
24 u8 p2p_dev_addr[ETH_ALEN];
25 u16 auth_alg;
27 enum {
33 } wpa_ptk_state;
35 enum {
40 } wpa_ptk_group_state;
[all …]