Searched refs:wpa2_pairwise_cipher (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/rtl8188eu/include/
H A Dsta_info.h159 int wpa2_pairwise_cipher; member in struct:sta_info
H A Drtw_security.h133 unsigned int wpa2_pairwise_cipher; member in struct:security_priv
/drivers/staging/rtl8723au/include/
H A Drtw_security.h131 unsigned int wpa2_pairwise_cipher; member in struct:security_priv
H A Dsta_info.h159 int wpa2_pairwise_cipher; member in struct:sta_info
/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c953 psecuritypriv->wpa2_pairwise_cipher = _NO_PRIVACY_;
963 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher;
1031 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP))
1073 if ((psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_TKIP) ||
H A Drtw_mlme_ext.c1044 pstat->wpa2_pairwise_cipher = 0;
1057 pstat->wpa2_pairwise_cipher = pairwise_cipher&psecuritypriv->wpa2_pairwise_cipher;
1062 if (!pstat->wpa2_pairwise_cipher)
1229 ((pstat->wpa2_pairwise_cipher&WPA_CIPHER_TKIP) ||
H A Drtw_debug.c873 len += snprintf(page + len, count - len, "wpa2_pairwise_cipher=0x%x\n", psta->wpa2_pairwise_cipher);
/drivers/staging/rtl8723au/core/
H A Drtw_ap.c896 psecuritypriv->wpa2_pairwise_cipher = 0;
908 psecuritypriv->wpa2_pairwise_cipher = pairwise_cipher;
983 (psecuritypriv->wpa2_pairwise_cipher & WPA_CIPHER_CCMP))
H A Drtw_mlme_ext.c1465 pstat->wpa2_pairwise_cipher = 0;
1487 pstat->wpa2_pairwise_cipher = pairwise_cipher &
1488 psecuritypriv->wpa2_pairwise_cipher;
1646 (pstat->wpa2_pairwise_cipher & WPA_CIPHER_TKIP ||

Completed in 157 milliseconds