Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dmlme_linux.c72 if (adapter->securitypriv.dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) { in rtw_reset_securitypriv()
106 psec_priv->dot11AuthAlgrthm = dot11AuthAlgrthm_Open; /* open system */ in rtw_reset_securitypriv()
/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_ap.c470 if (psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X) in update_sta_info_apmode()
711 psecuritypriv->dot11AuthAlgrthm == dot11AuthAlgrthm_8021X in start_bss_network()
951 psecuritypriv->dot11AuthAlgrthm = dot11AuthAlgrthm_8021X; in rtw_check_beacon_data()
981 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_recv.c457 auth_alg = adapter->securitypriv.dot11AuthAlgrthm; in portctrl()