Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dmlme_linux.c73 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_reset_securitypriv()
107 psec_priv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_reset_securitypriv()
H A Dioctl_linux.c26 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in wpa_set_auth_algs()
31 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; in wpa_set_auth_algs()
36 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in wpa_set_auth_algs()
136 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { /* 802_1x */ in wpa_set_encryption()
248 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_set_wpa_ie()
254 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_set_wpa_ie()
358 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; /* 802.1x */ in wpa_set_param()
554 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_set_encryption()
588 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_set_encryption()
666 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && psta) { /* psk/802_1x */ in rtw_set_encryption()
H A Dioctl_cfg80211.c547 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_cfg80211_ap_set_encryption()
1337 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Auto; in rtw_cfg80211_set_auth_type()
1342 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1345 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_auth_type()
1350 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Shared; in rtw_cfg80211_set_auth_type()
1356 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; in rtw_cfg80211_set_auth_type()
1415 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
1417 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_key_mgt()
1460 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_wpa_ie()
1469 padapter->securitypriv.dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_cfg80211_set_wpa_ie()
[all …]
H A Dos_intfs.c561 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_init_default_value()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h99 u32 dot11AuthAlgrthm; /* 802.11 auth, could be open, shared, 8021x and authswitch */ member
178 switch (psecuritypriv->dot11AuthAlgrthm)\
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c471 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in update_sta_info_apmode()
712 psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X in start_bss_network()
952 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_check_beacon_data()
982 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_check_beacon_data()
H A Drtw_ioctl_set.c412 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_set_802_11_authentication_mode()
H A Drtw_mlme.c1038 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_joinbss_update_stainfo()
1369 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_stassoc_event_callback()
1900 psetauthparm->mode = (unsigned char)psecuritypriv->dot11AuthAlgrthm; in rtw_set_auth()
1930 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_set_key()
H A Drtw_pwrctrl.c336 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X && in PS_RDY_CHECK()
H A Drtw_recv.c458 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()
H A Drtw_xmit.c492 switch (psecuritypriv->dot11AuthAlgrthm) { in update_attrib_sec_info()
H A Drtw_mlme_ext.c698 auth_mode = psecuritypriv->dot11AuthAlgrthm; in OnAuth()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c607 if (sec->dot11AuthAlgrthm != dot11AuthAlgrthm_8021X) in SetHwReg()