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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c92 (_pAd)->MacTab.Content[BSSID_WCID].PairwiseKey.CipherAlg = (_pAd)->StaCfg.PairCipher;\
591 pAd->StaCfg.PairCipher = pAd->StaCfg.OrigWepStatus;
606 PairCipher)
607 pAd->StaCfg.PairCipher =
609 PairCipher;
612 pAd->StaCfg.PairCipher =
615 else /* There is no PairCipher Aux, downgrade our capability to TKIP */
616 pAd->StaCfg.PairCipher =
628 PairCipher)
629 pAd->StaCfg.PairCipher
[all...]
H A Dwpa.c299 if (pAd->StaCfg.PairCipher == Ndis802_11Encryption2Enabled)
301 else if (pAd->StaCfg.PairCipher == Ndis802_11Encryption3Enabled)
H A Drtmp_data.c1385 Cipher = pAd->StaCfg.PairCipher; /* Cipher for Unicast */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c103 if (pAd->StaCfg.PairCipher ==
123 if (pAd->StaCfg.PairCipher ==
126 else if (pAd->StaCfg.PairCipher ==
1357 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
1367 pAdapter->StaCfg.PairCipher = Ndis802_11WEPEnabled;
1654 pAdapter->StaCfg.PairCipher = Ndis802_11WEPDisabled;
1660 pAdapter->StaCfg.PairCipher = Ndis802_11WEPEnabled;
1667 pAdapter->StaCfg.PairCipher =
1674 pAdapter->StaCfg.PairCipher =
1729 pAdapter->StaCfg.PairCipher
[all...]
H A Dmlme.h691 NDIS_802_11_ENCRYPTION_STATUS PairCipher; /* Unicast cipher 1, this one has more secured cipher suite */ member in struct:rt_cipher_suite
H A Drtmp.h1376 NDIS_802_11_ENCRYPTION_STATUS PairCipher; /* Unicast cipher suite */ member in struct:rt_sta_admin_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c3994 pInBss->WPA.PairCipher)
4024 pInBss->WPA2.PairCipher)
4117 pInBss->WPA.PairCipher)
4143 pInBss->WPA2.PairCipher)
4227 pBss->WPA.PairCipher = Ndis802_11WEPDisabled;
4234 pBss->WPA2.PairCipher = Ndis802_11WEPDisabled;
4322 if (TmpCipher > pBss->WPA.PairCipher) {
4325 pBss->WPA.PairCipher;
4326 pBss->WPA.PairCipher = TmpCipher;
4374 pBss->WepStatus = pBss->WPA.PairCipher;
[all...]
H A Dcmm_wpa.c805 if (pAd->StaCfg.PairCipher == Ndis802_11Encryption2Enabled)
807 else if (pAd->StaCfg.PairCipher == Ndis802_11Encryption3Enabled)
H A Drtmp_init.c2660 pAd->StaCfg.PairCipher = Ndis802_11EncryptionDisabled;

Completed in 124 milliseconds