Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c201 vif->dot11_auth_mode = OPEN_AUTH; in ath6kl_set_auth_type()
204 vif->dot11_auth_mode = SHARED_AUTH; in ath6kl_set_auth_type()
207 vif->dot11_auth_mode = LEAP_AUTH; in ath6kl_set_auth_type()
211 vif->dot11_auth_mode = OPEN_AUTH | SHARED_AUTH; in ath6kl_set_auth_type()
614 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_connect()
634 vif->dot11_auth_mode, vif->auth_mode, in ath6kl_cfg80211_connect()
1672 vif->auth_mode, vif->dot11_auth_mode, vif->prwise_crypto, in ath6kl_cfg80211_join_ibss()
1677 vif->dot11_auth_mode, vif->auth_mode, in ath6kl_cfg80211_join_ibss()
2893 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.c1846 enum dot11_auth_mode dot11_auth_mode, in ath6kl_wmi_connect_cmd() argument
1863 dot11_auth_mode, auth_mode, pairwise_crypto, group_crypto); in ath6kl_wmi_connect_cmd()
1885 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()
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1339 conn.dot11_auth_mode = WMI_AUTH11_SHARED; in wil_cfg80211_connect()
1346 conn.dot11_auth_mode = WMI_AUTH11_WSC; in wil_cfg80211_connect()
1350 conn.dot11_auth_mode = WMI_AUTH11_OPEN; in wil_cfg80211_connect()
Dwmi.h372 u8 dot11_auth_mode; member