Searched refs:wpa_pairwise_cipher (Results 1 – 7 of 7) sorted by relevance
125 unsigned int wpa_pairwise_cipher; member
155 int wpa_pairwise_cipher; member
141 int wpa_pairwise_cipher; member
119 unsigned int wpa_pairwise_cipher; member
966 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()1119 (psecuritypriv->wpa_pairwise_cipher & WPA_CIPHER_TKIP)) { in rtw_check_beacon_data()
1071 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()1109 pstat->wpa_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()1114 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()1263 (pstat->wpa_pairwise_cipher&WPA_CIPHER_TKIP))) { in OnAssocReq()
1079 pstat->wpa_pairwise_cipher = 0; in OnAssocReq()1114 pstat->wpa_pairwise_cipher = pairwise_cipher & psecuritypriv->wpa_pairwise_cipher; in OnAssocReq()1119 if (!pstat->wpa_pairwise_cipher) in OnAssocReq()1265 (pstat->wpa_pairwise_cipher & WPA_CIPHER_TKIP))) { in OnAssocReq()
Completed in 34 milliseconds