Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.h120 struct rsn_supp_config { struct
121 void *network_ctx;
122 int allowed_pairwise_cipher; /* bitfield of WPA_CIPHER_* */
123 int proactive_key_caching;
124 int eap_workaround;
125 void *eap_conf_ctx;
149 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config); argument