Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Dsta_info.h158 int wpa_pairwise_cipher; member
Drtw_security.h132 unsigned int wpa_pairwise_cipher; member
/drivers/staging/rtl8723au/include/
Dsta_info.h158 int wpa_pairwise_cipher; member
Drtw_security.h130 unsigned int wpa_pairwise_cipher; member
/drivers/staging/rtl8188eu/core/
Drtw_ap.c971 psecuritypriv->wpa_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()
985 psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()
1030 if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || in rtw_check_beacon_data()
1074 (psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_TKIP)) { in rtw_check_beacon_data()
Drtw_mlme_ext.c1043 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()
1078 pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()
1083 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()
1230 (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { in OnAssocReq()
/drivers/staging/rtl8723au/core/
Drtw_ap.c917 psecuritypriv->wpa_pairwise_cipher = 0; in rtw_check_beacon_data23a()
932 psecuritypriv->wpa_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data23a()
982 if ((psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_CCMP) || in rtw_check_beacon_data23a()
Drtw_mlme_ext.c1464 pstat->wpa_pairwise_cipher = 0; in OnAssocReq23a()
1501 pstat->wpa_pairwise_cipher = pairwise_cipher & in OnAssocReq23a()
1502 psecuritypriv->wpa_pairwise_cipher; in OnAssocReq23a()
1513 if (!pstat->wpa_pairwise_cipher) in OnAssocReq23a()
1647 pstat->wpa_pairwise_cipher & WPA_CIPHER_TKIP)) { in OnAssocReq23a()