Home
last modified time | relevance | path

Searched refs:wpa_pairwise_cipher (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/include/
Drtw_security.h125 unsigned int wpa_pairwise_cipher; member
Dsta_info.h155 int wpa_pairwise_cipher; member
/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_ap.c966 psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
989 psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
1067 if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || in rtw_check_beacon_data()
1121 (psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_TKIP)) { in rtw_check_beacon_data()
Drtw_mlme_ext.c1064 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()
1102 pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()
1107 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()
1256 (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { in OnAssocReq()