/drivers/staging/rt2870/sta/ |
D | wpa.c | 914 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in WpaPairMsg3Action() 915 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in WpaPairMsg3Action() 916 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, &pAd->StaCfg.PTK[32], LEN_TKIP_EK); in WpaPairMsg3Action() 917 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, &pAd->StaCfg.PTK[48], LEN_TKIP_RXMICK); in WpaPairMsg3Action() 918 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, &pAd->StaCfg.PTK[48+LEN_TKIP_RXMICK], LEN_TKIP_TXMIC… in WpaPairMsg3Action() 922 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; in WpaPairMsg3Action() 924 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in WpaPairMsg3Action() 926 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; in WpaPairMsg3Action() 933 pEntry->PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][0].CipherAlg; in WpaPairMsg3Action() 937 BSS0, in WpaPairMsg3Action() [all …]
|
D | connect.c | 835 … RTMPSendWirelessEvent(pAd, IW_DISASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitDisassocProc() 1200 RTMPSendWirelessEvent(pAd, IW_ASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitAssocProc() 1239 RTMPSendWirelessEvent(pAd, IW_ASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitReassocProc() 1552 CipherAlg = pAd->SharedKey[BSS0][idx].CipherAlg; in LinkUp() 1553 Key = pAd->SharedKey[BSS0][idx].Key; in LinkUp() 1555 if (pAd->SharedKey[BSS0][idx].KeyLen > 0) in LinkUp() 1558 AsicAddSharedKeyEntry(pAd, BSS0, idx, CipherAlg, Key, NULL, NULL); in LinkUp() 1563 RTMPAddWcidAttributeEntry(pAd, BSS0, idx, CipherAlg, NULL); in LinkUp() 1576 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in LinkUp() 1577 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in LinkUp() [all …]
|
D | assoc.c | 476 RTMPMakeRSNIE(pAd, pAd->StaCfg.AuthMode, pAd->StaCfg.WepStatus, BSS0); in MlmeAssocReqAction() 1404 … RTMPSendWirelessEvent(pAd, IW_DISASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in PeerDisassocAction() 1653 if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_WEP64) in SwitchBetweenWepAndCkip() 1654 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_CKIP64; in SwitchBetweenWepAndCkip() 1655 else if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_WEP128) in SwitchBetweenWepAndCkip() 1656 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_CKIP128; in SwitchBetweenWepAndCkip() 1689 if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_CKIP64) in SwitchBetweenWepAndCkip() 1690 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_WEP64; in SwitchBetweenWepAndCkip() 1691 else if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_CKIP128) in SwitchBetweenWepAndCkip() 1692 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_WEP128; in SwitchBetweenWepAndCkip() [all …]
|
D | rtmp_data.c | 96 pAd->SharedKey[BSS0][idx].KeyLen =(UCHAR) (len <= 5 ? 5 : 13); in STARxEAPOLFrameIndicate() 104 pAd->SharedKey[BSS0][idx].CipherAlg = CipherAlg; in STARxEAPOLFrameIndicate() 105 pAd->SharedKey[BSS0][idx].KeyLen = pAd->StaCfg.DesireSharedKey[idx].KeyLen; in STARxEAPOLFrameIndicate() 106 NdisMoveMemory(pAd->SharedKey[BSS0][idx].Key, in STARxEAPOLFrameIndicate() 219 pWpaKey = &pAd->SharedKey[BSS0][pRxBlk->pRxWI->KeyIndex]; in STACheckTkipMICValue() 279 UCHAR FromWhichBSSID = BSS0; in STAHandleRxDataFrame() 1407 ASSERT(pAd->SharedKey[BSS0][0].CipherAlg <= CIPHER_CKIP128); in STAFindCipherAlgorithm() 1410 if (!(TX_BLK_TEST_FLAG(pTxBlk, fTX_bClearEAPFrame)) && (pAd->SharedKey[BSS0][0].CipherAlg) && in STAFindCipherAlgorithm() 1411 (pAd->SharedKey[BSS0][0].KeyLen)) in STAFindCipherAlgorithm() 1413 CipherAlg = pAd->SharedKey[BSS0][0].CipherAlg; in STAFindCipherAlgorithm() [all …]
|
D | auth.c | 255 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Key, in PeerAuthRspAtSeq2Action() 257 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].KeyLen, in PeerAuthRspAtSeq2Action() 394 RTMPSendWirelessEvent(pAd, IW_DEAUTH_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in MlmeDeauthReqAction()
|
D | auth_rsp.c | 141 RTMPSendWirelessEvent(pAd, IW_DEAUTH_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in PeerDeauthAction()
|
/drivers/staging/rt2860/sta/ |
D | wpa.c | 914 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in WpaPairMsg3Action() 915 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in WpaPairMsg3Action() 916 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, &pAd->StaCfg.PTK[32], LEN_TKIP_EK); in WpaPairMsg3Action() 917 NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, &pAd->StaCfg.PTK[48], LEN_TKIP_RXMICK); in WpaPairMsg3Action() 918 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, &pAd->StaCfg.PTK[48+LEN_TKIP_RXMICK], LEN_TKIP_TXMIC… in WpaPairMsg3Action() 922 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; in WpaPairMsg3Action() 924 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in WpaPairMsg3Action() 926 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; in WpaPairMsg3Action() 933 pEntry->PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][0].CipherAlg; in WpaPairMsg3Action() 937 BSS0, in WpaPairMsg3Action() [all …]
|
D | connect.c | 798 … RTMPSendWirelessEvent(pAd, IW_DISASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitDisassocProc() 1163 RTMPSendWirelessEvent(pAd, IW_ASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitAssocProc() 1202 RTMPSendWirelessEvent(pAd, IW_ASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in CntlWaitReassocProc() 1502 CipherAlg = pAd->SharedKey[BSS0][idx].CipherAlg; in LinkUp() 1503 Key = pAd->SharedKey[BSS0][idx].Key; in LinkUp() 1505 if (pAd->SharedKey[BSS0][idx].KeyLen > 0) in LinkUp() 1508 AsicAddSharedKeyEntry(pAd, BSS0, idx, CipherAlg, Key, NULL, NULL); in LinkUp() 1513 RTMPAddWcidAttributeEntry(pAd, BSS0, idx, CipherAlg, NULL); in LinkUp() 1526 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in LinkUp() 1527 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in LinkUp() [all …]
|
D | assoc.c | 481 RTMPMakeRSNIE(pAd, pAd->StaCfg.AuthMode, pAd->StaCfg.WepStatus, BSS0); in MlmeAssocReqAction() 1435 … RTMPSendWirelessEvent(pAd, IW_DISASSOC_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in PeerDisassocAction() 1684 if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_WEP64) in SwitchBetweenWepAndCkip() 1685 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_CKIP64; in SwitchBetweenWepAndCkip() 1686 else if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_WEP128) in SwitchBetweenWepAndCkip() 1687 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_CKIP128; in SwitchBetweenWepAndCkip() 1720 if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_CKIP64) in SwitchBetweenWepAndCkip() 1721 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_WEP64; in SwitchBetweenWepAndCkip() 1722 else if (pAd->SharedKey[BSS0][i].CipherAlg == CIPHER_CKIP128) in SwitchBetweenWepAndCkip() 1723 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_WEP128; in SwitchBetweenWepAndCkip() [all …]
|
D | rtmp_data.c | 82 AsicAddSharedKeyEntry(pAd, BSS0, idx, CipherAlg, Key, NULL, NULL); in STARxEAPOLFrameIndicate() 85 RTMPAddWcidAttributeEntry(pAd, BSS0, idx, CipherAlg, NULL); in STARxEAPOLFrameIndicate() 88 RTMPAddWcidAttributeEntry(pAd, BSS0, idx, CipherAlg, pEntry); in STARxEAPOLFrameIndicate() 94 pAd->SharedKey[BSS0][idx].CipherAlg = CipherAlg; in STARxEAPOLFrameIndicate() 95 pAd->SharedKey[BSS0][idx].KeyLen = pAd->StaCfg.DesireSharedKey[idx].KeyLen; in STARxEAPOLFrameIndicate() 96 NdisMoveMemory(pAd->SharedKey[BSS0][idx].Key, in STARxEAPOLFrameIndicate() 209 pWpaKey = &pAd->SharedKey[BSS0][pRxBlk->pRxWI->KeyIndex]; in STACheckTkipMICValue() 269 UCHAR FromWhichBSSID = BSS0; in STAHandleRxDataFrame() 1392 ASSERT(pAd->SharedKey[BSS0][0].CipherAlg <= CIPHER_CKIP128); in STAFindCipherAlgorithm() 1395 if (!(TX_BLK_TEST_FLAG(pTxBlk, fTX_bClearEAPFrame)) && (pAd->SharedKey[BSS0][0].CipherAlg) && in STAFindCipherAlgorithm() [all …]
|
D | auth.c | 255 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Key, in PeerAuthRspAtSeq2Action() 257 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].KeyLen, in PeerAuthRspAtSeq2Action() 394 RTMPSendWirelessEvent(pAd, IW_DEAUTH_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in MlmeDeauthReqAction()
|
D | auth_rsp.c | 142 RTMPSendWirelessEvent(pAd, IW_DEAUTH_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in PeerDeauthAction()
|
D | sync.c | 197 …WirelessEvent(pAd, IW_SCAN_ENQUEUE_FAIL_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in ScanTimeout() 1340 MlmeUpdateTxRates(pAd, FALSE, BSS0); in PeerBeacon() 1341 MlmeUpdateHtTxRates(pAd, BSS0); in PeerBeacon() 1384 pEntry = MacTableInsertEntry(pAd, Addr2, BSS0, FALSE); in PeerBeacon() 1390 RT28XX_STA_SECURITY_INFO_ADD(pAd, BSS0, idx, pEntry); in PeerBeacon() 1413 MlmeUpdateHtTxRates(pAd, BSS0); in PeerBeacon()
|
D | dls.c | 1416 PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg; in RTMPRcvFrameDLSCheck() 1429 BSS0, in RTMPRcvFrameDLSCheck() 1474 PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg; in RTMPRcvFrameDLSCheck() 1487 BSS0, in RTMPRcvFrameDLSCheck() 1957 CipherAlg = pAd->SharedKey[BSS0][KeyIdx].CipherAlg; in MacTableInsertDlsEntry() 1960 BSS0, in MacTableInsertDlsEntry() 1962 pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].CipherAlg, in MacTableInsertDlsEntry()
|
/drivers/staging/rt2870/ |
D | sta_ioctl.c | 379 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in RTMPAddKey() 380 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in RTMPAddKey() 381 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, pKey->KeyMaterial, LEN_TKIP_EK); in RTMPAddKey() 385 … NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); in RTMPAddKey() 386 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… in RTMPAddKey() 391 … NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); in RTMPAddKey() 392 …NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… in RTMPAddKey() 397 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; in RTMPAddKey() 399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in RTMPAddKey() 401 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; in RTMPAddKey() [all …]
|
D | tmp60 | 379 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); 380 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; 381 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, pKey->KeyMaterial, LEN_TKIP_EK); 385 … NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); 386 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… 391 … NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); 392 …NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… 397 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; 399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; 401 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; [all …]
|
D | tmp61 | 379 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); 380 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; 381 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, pKey->KeyMaterial, LEN_TKIP_EK); 385 … NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); 386 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… 391 … NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); 392 …NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… 397 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; 399 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; 401 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; [all …]
|
D | rt_linux.c | 903 pOSPkt->dev = get_netdev_from_bssid(pAd, BSS0); in send_monitor_packets() 1087 …RTMPSendWirelessEvent(pAd, IW_STA_LINKUP_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0… in RTMP_IndicateMediaState() 1091 …PSendWirelessEvent(pAd, IW_STA_LINKDOWN_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in RTMP_IndicateMediaState()
|
/drivers/staging/rt2860/ |
D | sta_ioctl.c | 372 NdisZeroMemory(&pAd->SharedKey[BSS0][0], sizeof(CIPHER_KEY)); in RTMPAddKey() 373 pAd->SharedKey[BSS0][0].KeyLen = LEN_TKIP_EK; in RTMPAddKey() 374 NdisMoveMemory(pAd->SharedKey[BSS0][0].Key, pKey->KeyMaterial, LEN_TKIP_EK); in RTMPAddKey() 378 … NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); in RTMPAddKey() 379 …NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… in RTMPAddKey() 384 … NdisMoveMemory(pAd->SharedKey[BSS0][0].TxMic, pKey->KeyMaterial + LEN_TKIP_EK, LEN_TKIP_TXMICK); in RTMPAddKey() 385 …NdisMoveMemory(pAd->SharedKey[BSS0][0].RxMic, pKey->KeyMaterial + LEN_TKIP_EK + LEN_TKIP_TXMICK, L… in RTMPAddKey() 390 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_TKIP; in RTMPAddKey() 392 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_AES; in RTMPAddKey() 394 pAd->SharedKey[BSS0][0].CipherAlg = CIPHER_NONE; in RTMPAddKey() [all …]
|
D | rt_linux.c | 862 pOSPkt->dev = get_netdev_from_bssid(pAd, BSS0); in send_monitor_packets() 1046 …RTMPSendWirelessEvent(pAd, IW_STA_LINKUP_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0… in RTMP_IndicateMediaState() 1050 …PSendWirelessEvent(pAd, IW_STA_LINKDOWN_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in RTMP_IndicateMediaState()
|
/drivers/staging/rt2870/common/ |
D | rtusb_io.c | 1842 BSS0, in CMDHandler() 1869 …AsicUpdateWCIDAttribute(pAd, pEntry->Aid, BSS0, pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Cip… in CMDHandler() 1879 …AsicUpdateWCIDAttribute(pAd, pEntry->Aid, BSS0, pAd->SharedKey[BSS0][pAd->StaCfg.DefaultKeyId].Cip… in CMDHandler() 1922 pAd->SharedKey[BSS0][KeyIdx].KeyLen = (UCHAR) pWepKey->KeyLength; in CMDHandler() 1923 NdisMoveMemory(pAd->SharedKey[BSS0][KeyIdx].Key, &pWepKey->KeyMaterial, pWepKey->KeyLength); in CMDHandler() 1924 CipherAlg = (pAd->SharedKey[BSS0][KeyIdx].KeyLen == 5)? CIPHER_WEP64 : CIPHER_WEP128; in CMDHandler() 1933 … pAd->MacTab.Content[BSSID_WCID].PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][KeyIdx].CipherAlg; in CMDHandler() 1934 pAd->MacTab.Content[BSSID_WCID].PairwiseKey.KeyLen = pAd->SharedKey[BSS0][KeyIdx].KeyLen; in CMDHandler() 1936 pAd->SharedKey[BSS0][KeyIdx].CipherAlg = CipherAlg; in CMDHandler() 1968 WCIDAttri = (pAd->SharedKey[BSS0][KeyIdx].CipherAlg<<1)|SHAREDKEYTABLE; in CMDHandler() [all …]
|
D | cmm_info.c | 905 UCHAR apidx = BSS0; 998 NdisMoveMemory(pAd->SharedKey[BSS0][KeyIdx].Key, &pKey->KeyMaterial, 16); 1009 COPY_MAC_ADDR(pAd->SharedKey[BSS0][KeyIdx].BssId, pKey->BSSID); 1062 pAd->MacTab.Content[BSSID_WCID].PairwiseKey.CipherAlg = pAd->SharedKey[BSS0][KeyIdx].CipherAlg; 1063 pAd->MacTab.Content[BSSID_WCID].PairwiseKey.KeyLen = pAd->SharedKey[BSS0][KeyIdx].KeyLen; 1109 RTMPAddBSSIDCipher(pAd, BSSID_WCID, pKey, pAd->SharedKey[BSS0][KeyIdx].CipherAlg); 1383 if (MAC_ADDR_EQUAL(pAd->SharedKey[BSS0][i].BssId, pKey->BSSID)) in RTMPWPARemoveKeyProc() 1386 pAd->SharedKey[BSS0][i].KeyLen = 0; in RTMPWPARemoveKeyProc() 1387 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_NONE; in RTMPWPARemoveKeyProc() 1388 AsicRemoveSharedKeyEntry(pAd, BSS0, (UCHAR)i); in RTMPWPARemoveKeyProc() [all …]
|
D | rtusb_data.c | 61 pSkb->dev = get_netdev_from_bssid(pAd, BSS0); in REPORT_AMSDU_FRAMES_TO_LLC()
|
/drivers/staging/rt2860/common/ |
D | cmm_info.c | 1105 if (MAC_ADDR_EQUAL(pAd->SharedKey[BSS0][i].BssId, pKey->BSSID)) in RTMPWPARemoveKeyProc() 1108 pAd->SharedKey[BSS0][i].KeyLen = 0; in RTMPWPARemoveKeyProc() 1109 pAd->SharedKey[BSS0][i].CipherAlg = CIPHER_NONE; in RTMPWPARemoveKeyProc() 1110 AsicRemoveSharedKeyEntry(pAd, BSS0, (UCHAR)i); in RTMPWPARemoveKeyProc() 1122 pAd->SharedKey[BSS0][KeyIdx].KeyLen = 0; in RTMPWPARemoveKeyProc() 1123 pAd->SharedKey[BSS0][KeyIdx].CipherAlg = CIPHER_NONE; in RTMPWPARemoveKeyProc() 1124 AsicRemoveSharedKeyEntry(pAd, BSS0, (UCHAR)KeyIdx); in RTMPWPARemoveKeyProc() 1171 AsicRemovePairwiseKeyEntry(pAd, BSS0, BSSID_WCID); in RTMPWPARemoveAllKeys() 1176 …DBGPRINT(RT_DEBUG_TRACE,("remove %s key #%d\n", CipherName[pAd->SharedKey[BSS0][i].CipherAlg], i)); in RTMPWPARemoveAllKeys() 1177 NdisZeroMemory(&pAd->SharedKey[BSS0][i], sizeof(CIPHER_KEY)); in RTMPWPARemoveAllKeys() [all …]
|
D | cmm_data_2860.c | 557 …RTMPSendWirelessEvent(pAd, IW_ICV_ERROR_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in RTMPCheckRxError() 572 pWpaKey = &pAd->SharedKey[BSS0][pRxWI->KeyIndex]; in RTMPCheckRxError() 582 …RTMPSendWirelessEvent(pAd, IW_MIC_ERROR_EVENT_FLAG, pAd->MacTab.Content[BSSID_WCID].Addr, BSS0, 0); in RTMPCheckRxError()
|