Home
last modified time | relevance | path

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

/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 …]
/drivers/net/wireless/ath/wil6210/
Dwmi.h284 struct wmi_connect_cmd { struct
285 u8 network_type;
286 u8 dot11_auth_mode;
287 u8 auth_mode;
288 u8 pairwise_crypto_type;
289 u8 pairwise_crypto_len;
290 u8 group_crypto_type;
291 u8 group_crypto_len;
292 u8 ssid_len;
293 u8 ssid[WMI_MAX_SSID_LEN];
[all …]