Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A 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()
1682 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_join_ibss()
1687 vif->dot11_auth_mode, vif->auth_mode, in ath6kl_cfg80211_join_ibss()
2904 p.dot11_auth_mode = vif->dot11_auth_mode; in ath6kl_start_ap()
H A Dwmi.h678 enum dot11_auth_mode { enum
738 u8 dot11_auth_mode; member
2547 enum dot11_auth_mode dot11_auth_mode,
H A Dwmi.c1869 enum dot11_auth_mode dot11_auth_mode, in ath6kl_wmi_connect_cmd() argument
1886 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto); in ath6kl_wmi_connect_cmd()
1908 cc->dot11_auth_mode = dot11_auth_mode; in ath6kl_wmi_connect_cmd()
H A Dcore.h611 u8 dot11_auth_mode; member
H A Dinit.c239 vif->dot11_auth_mode = OPEN_AUTH; in ath6kl_init_profile_info()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1337 conn.dot11_auth_mode = WMI_AUTH11_SHARED; in wil_cfg80211_connect()
1344 conn.dot11_auth_mode = WMI_AUTH11_WSC; in wil_cfg80211_connect()
1348 conn.dot11_auth_mode = WMI_AUTH11_OPEN; in wil_cfg80211_connect()
H A Dwmi.h372 u8 dot11_auth_mode; member