Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/ks7010/
Dks_wlan.h338 struct wpa_status { struct
339 int wpa_enabled;
340 bool rsn_enabled;
341 int version;
342 int pairwise_suite; /* unicast cipher */
343 int group_suite; /* multicast cipher */
344 int key_mgmt_suite;
345 int auth_alg;
346 int txkey;
347 struct wpa_key key[WPA_KEY_INDEX_MAX];
[all …]