Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtw_security.h125 unsigned int wpa2_pairwise_cipher; member
Dsta_info.h146 int wpa2_pairwise_cipher; member
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dsta_info.h161 int wpa2_pairwise_cipher; member
Drtw_security.h128 unsigned int wpa2_pairwise_cipher; member
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_ap.c848 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
859 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
927 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) in rtw_check_beacon_data()
967 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in rtw_check_beacon_data()
Drtw_mlme_ext.c3020 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()
3033 pstat->wpa2_pairwise_cipher = pairwise_cipher & psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()
3038 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()
3206 ((pstat->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in OnAssocReq()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c1082 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
1103 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
1213 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) { in rtw_check_beacon_data()
1269 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in rtw_check_beacon_data()
Drtw_mlme_ext.c1312 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()
1326 pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()
1331 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()
1516 ((pstat->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || in OnAssocReq()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2871 DBG_871X("wpa2_pairwise_cipher = 0x%x\n", psta->wpa2_pairwise_cipher); in rtw_dbg_port()