Home
last modified time | relevance | path

Searched refs:dot11AuthAlgrthm (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c549 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_cfg80211_ap_set_encryption()
619 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) { /* psk/802_1x */ in rtw_cfg80211_ap_set_encryption()
767 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { /* 802_1x */ in rtw_cfg80211_set_encryption()
1326 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_cfg80211_set_auth_type()
1331 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1334 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_auth_type()
1339 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; in rtw_cfg80211_set_auth_type()
1345 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1404 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
1406 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
[all …]
H A Dos_intfs.c537 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_init_default_value()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h94 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */ member
173 switch (psecuritypriv->dot11AuthAlgrthm) {\
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c990 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_joinbss_update_stainfo()
1101 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_reset_securitypriv()
1135 psec_priv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_reset_securitypriv()
1370 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_stassoc_event_callback()
1891 psetauthparm->mode = (unsigned char)psecuritypriv->dot11AuthAlgrthm; in rtw_set_auth()
1921 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_set_key()
H A Drtw_ap.c464 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in update_sta_info_apmode()
707 val8 = (psecuritypriv->dot11AuthAlgrthm == in start_bss_network()
927 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_check_beacon_data()
953 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_check_beacon_data()
H A Drtw_ioctl_set.c411 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_set_802_11_authentication_mode()
H A Drtw_xmit.c495 switch (psecuritypriv->dot11AuthAlgrthm) { in update_attrib_sec_info()
H A Drtw_mlme_ext.c691 auth_mode = psecuritypriv->dot11AuthAlgrthm; in OnAuth()