Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dwmi.h735 struct wmi_connect_cmd { struct
736 u8 nw_type;
737 u8 dot11_auth_mode;
738 u8 auth_mode;
739 u8 prwise_crypto_type;
740 u8 prwise_crypto_len;
741 u8 grp_crypto_type;
742 u8 grp_crypto_len;
743 u8 ssid_len;
744 u8 ssid[IEEE80211_MAX_SSID_LEN];
[all …]
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dwmi.h370 struct wmi_connect_cmd { struct
371 u8 network_type;
372 u8 dot11_auth_mode;
373 u8 auth_mode;
374 u8 pairwise_crypto_type;
375 u8 pairwise_crypto_len;
376 u8 group_crypto_type;
377 u8 group_crypto_len;
378 u8 ssid_len;
379 u8 ssid[WMI_MAX_SSID_LEN];
[all …]