Searched refs:wpa2_pairwise_cipher (Results 1 – 8 of 8) sorted by relevance
126 unsigned int wpa2_pairwise_cipher; member
156 int wpa2_pairwise_cipher; member
142 int wpa2_pairwise_cipher; member
120 unsigned int wpa2_pairwise_cipher; member
937 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_; in rtw_check_beacon_data()958 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher; in rtw_check_beacon_data()1068 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP)) { in rtw_check_beacon_data()1118 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in rtw_check_beacon_data()
1072 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()1086 pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()1091 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()1262 ((pstat->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) || in OnAssocReq()
1080 pstat->wpa2_pairwise_cipher = 0; in OnAssocReq()1093 pstat->wpa2_pairwise_cipher = pairwise_cipher & psecuritypriv->wpa2_pairwise_cipher; in OnAssocReq()1098 if (!pstat->wpa2_pairwise_cipher) in OnAssocReq()1264 ((pstat->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) || in OnAssocReq()
3982 DBG_88E("wpa2_pairwise_cipher = 0x%x\n", psta->wpa2_pairwise_cipher); in rtw_dbg_port()
Completed in 38 milliseconds