Searched refs:dot11_auth_mode (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c201 vif->dot11_auth_mode = OPEN_AUTH;
204 vif->dot11_auth_mode = SHARED_AUTH;
207 vif->dot11_auth_mode = LEAP_AUTH;
211 vif->dot11_auth_mode = OPEN_AUTH | SHARED_AUTH;
614 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto,
634 vif->dot11_auth_mode, vif->auth_mode,
1672 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto,
1677 vif->dot11_auth_mode, vif->auth_mode,
2893 p.dot11_auth_mode = vif->dot11_auth_mode;
[all...]
H A Dwmi.h677 enum dot11_auth_mode { enum
737 u8 dot11_auth_mode; member in struct:wmi_connect_cmd
2557 enum dot11_auth_mode dot11_auth_mode,
H A Dwmi.c1846 enum dot11_auth_mode dot11_auth_mode,
1863 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto);
1885 cc->dot11_auth_mode = dot11_auth_mode;
1844 ath6kl_wmi_connect_cmd(struct wmi *wmi, u8 if_idx, enum network_type nw_type, enum dot11_auth_mode dot11_auth_mode, enum auth_mode auth_mode, enum ath6kl_crypto_type pairwise_crypto, u8 pairwise_crypto_len, enum ath6kl_crypto_type group_crypto, u8 group_crypto_len, int ssid_len, u8 *ssid, u8 *bssid, u16 channel, u32 ctrl_flags, u8 nw_subtype) argument
H A Dcore.h610 u8 dot11_auth_mode; member in struct:ath6kl_vif
H A Dinit.c239 vif->dot11_auth_mode = OPEN_AUTH;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1339 conn.dot11_auth_mode = WMI_AUTH11_SHARED;
1346 conn.dot11_auth_mode = WMI_AUTH11_WSC;
1350 conn.dot11_auth_mode = WMI_AUTH11_OPEN;
H A Dwmi.h372 u8 dot11_auth_mode; member in struct:wmi_connect_cmd

Completed in 179 milliseconds