Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c202 vif->dot11_auth_mode = OPEN_AUTH; in ath6kl_set_auth_type()
205 vif->dot11_auth_mode = SHARED_AUTH; in ath6kl_set_auth_type()
208 vif->dot11_auth_mode = LEAP_AUTH; in ath6kl_set_auth_type()
212 vif->dot11_auth_mode = OPEN_AUTH | SHARED_AUTH; in ath6kl_set_auth_type()
615 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_connect()
635 vif->dot11_auth_mode, vif->auth_mode, in ath6kl_cfg80211_connect()
1668 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_join_ibss()
1673 vif->dot11_auth_mode, vif->auth_mode, in ath6kl_cfg80211_join_ibss()
2891 p.dot11_auth_mode = vif->dot11_auth_mode; in ath6kl_start_ap()
Dwmi.h677 enum dot11_auth_mode { enum
737 u8 dot11_auth_mode; member
2557 enum dot11_auth_mode dot11_auth_mode,
Dwmi.c1850 enum dot11_auth_mode dot11_auth_mode, in ath6kl_wmi_connect_cmd() argument
1867 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto); in ath6kl_wmi_connect_cmd()
1889 cc->dot11_auth_mode = dot11_auth_mode; in ath6kl_wmi_connect_cmd()
Dcore.h610 u8 dot11_auth_mode; member
Dinit.c239 vif->dot11_auth_mode = OPEN_AUTH; in ath6kl_init_profile_info()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c604 conn.dot11_auth_mode = WMI_AUTH11_SHARED; in wil_cfg80211_connect()
611 conn.dot11_auth_mode = WMI_AUTH11_WSC; in wil_cfg80211_connect()
615 conn.dot11_auth_mode = WMI_AUTH11_OPEN; in wil_cfg80211_connect()
Dwmi.h251 u8 dot11_auth_mode; member