Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_i.h25 struct wpa_sm { struct
26 u8 pmk[PMK_LEN];
50 struct wpa_sm_ctx *ctx; argument
52 void *scard_ctx; /* context for smartcard callbacks */
53 int fast_reauth; /* whether EAP fast re-authentication is enabled */
55 void *network_ctx;
56 int peerkey_enabled;
57 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */
58 int proactive_key_caching;
59 int eap_workaround;
[all …]
/external/wpa_supplicant/
Dwpa_i.h78 struct wpa_sm { struct
79 u8 pmk[PMK_LEN];
103 struct wpa_sm_ctx *ctx; argument
105 void *scard_ctx; /* context for smartcard callbacks */
106 int fast_reauth; /* whether EAP fast re-authentication is enabled */
108 struct wpa_ssid *cur_ssid;
110 u8 own_addr[ETH_ALEN];
111 const char *ifname;
112 const char *bridge_ifname;
113 u8 bssid[ETH_ALEN];
[all …]