Searched defs:wpa_status_t (Results 1 – 1 of 1) sorted by relevance
381 struct wpa_status_t { struct382 int wpa_enabled;383 unsigned int rsn_enabled;384 int version;385 int pairwise_suite; /* unicast cipher */386 int group_suite; /* multicast cipher */387 int key_mgmt_suite; /* authentication key management suite */388 int auth_alg;389 int txkey;390 struct wpa_key_t key[WPA_KEY_INDEX_MAX];[all …]