Home
last modified time | relevance | path

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

/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.c981 if (padapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_joinbss_update_stainfo()
1092 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_reset_securitypriv()
1126 psec_priv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_reset_securitypriv()
1342 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_stassoc_event_callback()
1863 psetauthparm->mode = (unsigned char)psecuritypriv->dot11AuthAlgrthm; in rtw_set_auth()
1893 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in rtw_set_key()