Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_security.h125 unsigned int wpa_pairwise_cipher; member
Dsta_info.h145 int wpa_pairwise_cipher; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dsta_info.h160 int wpa_pairwise_cipher; member
Drtw_security.h129 unsigned int wpa_pairwise_cipher; member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ap.c865 psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
879 psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
924 if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || in rtw_check_beacon_data()
966 (psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_TKIP)) { in rtw_check_beacon_data()
Drtw_mlme_ext.c3039 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()
3074 pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()
3079 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()
3227 (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { in OnAssocReq()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ap.c1195 psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
1221 psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
1310 if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || in rtw_check_beacon_data()
1375 (psecuritypriv->wpa_pairwise_cipher&WPA_CIPHER_TKIP)) { in rtw_check_beacon_data()
Drtw_mlme_ext.c1326 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()
1364 pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()
1369 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()
1532 (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { in OnAssocReq()