Searched defs:rsn_supp_config (Results 1 – 1 of 1) sorted by relevance
120 struct rsn_supp_config { struct121 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