Home
last modified time | relevance | path

Searched refs:wpa2_pairwise_cipher (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_security.h126 unsigned int wpa2_pairwise_cipher; member
Dsta_info.h146 int wpa2_pairwise_cipher; member
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dsta_info.h161 int wpa2_pairwise_cipher; member
Drtw_security.h130 unsigned int wpa2_pairwise_cipher; member
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_ap.c837 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
847 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
915 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) in rtw_check_beacon_data()
955 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in rtw_check_beacon_data()
Drtw_mlme_ext.c3026 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()
3039 pstat->wpa2_pairwise_cipher = pairwise_cipher & psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()
3044 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()
3212 ((pstat->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in OnAssocReq()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_ap.c1080 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
1101 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
1211 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) { in rtw_check_beacon_data()
1267 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in rtw_check_beacon_data()
Drtw_mlme_ext.c1314 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()
1328 pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()
1333 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()
1518 ((pstat->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || in OnAssocReq()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2875 DBG_871X("wpa2_pairwise_cipher = 0x%x\n", psta->wpa2_pairwise_cipher); in rtw_dbg_port()