Searched refs:pEntry (Results 1 - 25 of 62) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wpa.c57 static void ConstructEapolKeyData(struct rt_mac_table_entry *pEntry,
139 struct rt_mac_table_entry *pEntry; local
148 pEntry = MacTableLookup(pAd, Elem->Msg);
150 pEntry = MacTableLookup(pAd, pHeader->Addr2);
153 if (pEntry) {
156 pEntry->PortSecured, pEntry->WpaState,
157 pEntry->AuthMode, pEntry->PMKID_CacheIdx));
159 if ((pEntry
192 struct rt_mac_table_entry *pEntry; local
360 RTMPToWirelessSta(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 *pHeader802_3, u32 HdrLen, u8 *pData, u32 DataLen, IN BOOLEAN bClearFrame) argument
436 WPAStart4WayHS(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, unsigned long TimeInterval) argument
519 PeerPairMsg1Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
612 PeerPairMsg2Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
727 PeerPairMsg3Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
874 PeerPairMsg4Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
993 WPAStart2WayGroupHS(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
1055 PeerGroupMsg1Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
1134 PeerGroupMsg2Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, void * Msg, u32 MsgLen) argument
1935 RTMPCheckWPAframe(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 *pData, unsigned long DataByteCount, u8 FromWhichBSSID) argument
2047 RTMPCheckRSNIE(struct rt_rtmp_adapter *pAd, u8 *pData, u8 DataLen, struct rt_mac_table_entry *pEntry, u8 * Offset) argument
2121 RTMPParseEapolKeyData(struct rt_rtmp_adapter *pAd, u8 *pKeyData, u8 KeyDataLen, u8 GroupKeyIndex, u8 MsgType, IN BOOLEAN bWPA2, struct rt_mac_table_entry *pEntry) argument
2323 ConstructEapolMsg(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 MsgType, u8 DefaultKeyIdx, u8 * KeyNonce, u8 * TxRSC, u8 * GTK, u8 * RSNIE, u8 RSNIE_Len, struct rt_eapol_packet * pMsg) argument
2486 ConstructEapolKeyData(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 keyDescVer, u8 MsgType, u8 DefaultKeyIdx, u8 * GTK, u8 * RSNIE, u8 RSNIE_LEN, struct rt_eapol_packet * pMsg) argument
[all...]
H A Dspectrum.c430 struct rt_measure_req_entry *pEntry = NULL; local
442 pEntry = pTab->Hash[HashIdx];
444 while (pEntry) {
445 if (pEntry->DialogToken == DialogToken)
448 pPrevEntry = pEntry;
449 pEntry = pEntry->pNext;
455 return pEntry;
463 struct rt_measure_req_entry *pEntry = NULL, *pCurrEntry; local
472 pEntry
554 struct rt_measure_req_entry *pEntry = NULL; local
628 struct rt_tpc_req_entry *pEntry = NULL; local
661 struct rt_tpc_req_entry *pEntry = NULL, *pCurrEntry; local
751 struct rt_tpc_req_entry *pEntry = NULL; local
1917 struct rt_measure_req_entry *pEntry = NULL; local
2014 struct rt_tpc_req_entry *pEntry = NULL; local
[all...]
H A Dcmm_data.c718 struct rt_queue_entry *pEntry = NULL; local
776 pEntry = pQueue->Head;
777 if (pEntry == NULL) {
788 pPacket = QUEUE_ENTRY_TO_PACKET(pEntry);
805 pEntry = RemoveHeadQueue(pQueue);
828 pEntry = pQueue->Head;
829 if (pEntry == NULL)
833 pPacket = QUEUE_ENTRY_TO_PACKET(pEntry);
849 pEntry = RemoveHeadQueue(pQueue);
850 ASSERT(pEntry);
1509 struct rt_mac_table_entry *pEntry = NULL; local
1532 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry; local
1667 struct rt_mac_table_entry *pEntry, *pPrevEntry, *pProbeEntry; local
2132 CmmRxRalinkFrameIndicate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
2315 struct rt_mac_table_entry *pEntry = NULL; local
[all...]
H A Drtmp_timer.c83 struct rt_rtmp_timer_task_entry *pEntry; local
103 pEntry = pAd->TimerQ.pQHead;
104 if (pEntry) {
105 pTimer = pEntry->pRaTimer;
108 pAd->TimerQ.pQHead = pEntry->pNext;
109 if (pEntry == pAd->TimerQ.pQTail)
113 pEntry->pNext = pAd->TimerQ.pQPollFreeList;
114 pAd->TimerQ.pQPollFreeList = pEntry;
273 struct rt_rtmp_timer_task_entry *pQNode, *pEntry; local
283 pEntry
[all...]
H A Dba_action.c30 #define BA_ORI_INIT_SEQ (pEntry->TxSeq[TID]) /*1 // inital sequence number of BA session */
444 struct rt_mac_table_entry *pEntry,
459 if (RTMPStaFixedTxMode(pAd, pEntry) != FIXED_TXMODE_HT)
462 if ((pEntry->BADeclineBitmap & (1 << TID)) && (isForced == FALSE)) {
469 Idx = pEntry->BAOriWcidArray[TID];
486 pEntry->BAOriWcidArray[TID] = Idx;
490 pBAEntry->Wcid = pEntry->Aid;
498 if (!(pEntry->TXBAbitmap & (1 << TID))) {
510 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame)
522 Idx = pEntry
443 BAOriSessionSetUp(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 TID, u16 TimeOut, unsigned long DelayTime, IN BOOLEAN isForced) argument
509 BAOriSessionAdd(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame) argument
574 BARecSessionAdd(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_frame_addba_req * pFrame) argument
724 struct rt_mac_table_entry *pEntry; local
758 struct rt_mac_table_entry *pEntry; local
989 struct rt_mac_table_entry *pEntry; local
[all...]
H A Dmlme.c942 struct rt_mac_table_entry *pEntry,
957 if ((pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED) && (pEntry->HTCapability.MCSSet[0] == 0xff) && ((pEntry->HTCapability.MCSSet[1] == 0x00) || (pAd->Antenna.field.TxPath == 1))) { /* 11N 1S Adhoc */
962 } else if ((pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED) && (pEntry->HTCapability.MCSSet[0] == 0xff) && (pEntry->HTCapability.MCSSet[1] == 0xff) && (pAd->Antenna.field.TxPath == 2)) { /* 11N 2S Adhoc */
976 } else if ((pEntry->RateLen == 4)
977 && (pEntry->HTCapability.MCSSet[0] == 0)
978 && (pEntry->HTCapability.MCSSet[1] == 0)
999 if (((pEntry->RateLen == 12) || (pAd->OpMode == OPMODE_STA)) && (pEntry
941 MlmeSelectTxRateTable(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 ** ppTable, u8 *pTableSize, u8 *pInitTxRateIdx) argument
1403 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i]; local
1702 MlmeSetTxRate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rtmp_tx_rate_switch * pTxRate) argument
1857 struct rt_mac_table_entry *pEntry; local
2380 struct rt_mac_table_entry *pEntry; local
5812 RTMPCheckEntryEnableAutoRateSwitch(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
5853 RTMPStaFixedTxMode(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
5881 RTMPUpdateLegacyTxSetting(u8 fixed_tx_mode, struct rt_mac_table_entry *pEntry) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_wpa.c57 static void ConstructEapolKeyData(struct rt_mac_table_entry *pEntry,
139 struct rt_mac_table_entry *pEntry; local
148 pEntry = MacTableLookup(pAd, Elem->Msg);
150 pEntry = MacTableLookup(pAd, pHeader->Addr2);
153 if (pEntry) {
156 pEntry->PortSecured, pEntry->WpaState,
157 pEntry->AuthMode, pEntry->PMKID_CacheIdx));
159 if ((pEntry
192 struct rt_mac_table_entry *pEntry; local
360 RTMPToWirelessSta(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 *pHeader802_3, u32 HdrLen, u8 *pData, u32 DataLen, IN BOOLEAN bClearFrame) argument
436 WPAStart4WayHS(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, unsigned long TimeInterval) argument
519 PeerPairMsg1Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
612 PeerPairMsg2Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
727 PeerPairMsg3Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
874 PeerPairMsg4Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
993 WPAStart2WayGroupHS(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
1055 PeerGroupMsg1Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) argument
1134 PeerGroupMsg2Action(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, void * Msg, u32 MsgLen) argument
1935 RTMPCheckWPAframe(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 *pData, unsigned long DataByteCount, u8 FromWhichBSSID) argument
2047 RTMPCheckRSNIE(struct rt_rtmp_adapter *pAd, u8 *pData, u8 DataLen, struct rt_mac_table_entry *pEntry, u8 * Offset) argument
2121 RTMPParseEapolKeyData(struct rt_rtmp_adapter *pAd, u8 *pKeyData, u8 KeyDataLen, u8 GroupKeyIndex, u8 MsgType, IN BOOLEAN bWPA2, struct rt_mac_table_entry *pEntry) argument
2323 ConstructEapolMsg(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 MsgType, u8 DefaultKeyIdx, u8 * KeyNonce, u8 * TxRSC, u8 * GTK, u8 * RSNIE, u8 RSNIE_Len, struct rt_eapol_packet * pMsg) argument
2486 ConstructEapolKeyData(struct rt_mac_table_entry *pEntry, u8 GroupKeyWepStatus, u8 keyDescVer, u8 MsgType, u8 DefaultKeyIdx, u8 * GTK, u8 * RSNIE, u8 RSNIE_LEN, struct rt_eapol_packet * pMsg) argument
[all...]
H A Dspectrum.c430 struct rt_measure_req_entry *pEntry = NULL; local
442 pEntry = pTab->Hash[HashIdx];
444 while (pEntry) {
445 if (pEntry->DialogToken == DialogToken)
448 pPrevEntry = pEntry;
449 pEntry = pEntry->pNext;
455 return pEntry;
463 struct rt_measure_req_entry *pEntry = NULL, *pCurrEntry; local
472 pEntry
554 struct rt_measure_req_entry *pEntry = NULL; local
628 struct rt_tpc_req_entry *pEntry = NULL; local
661 struct rt_tpc_req_entry *pEntry = NULL, *pCurrEntry; local
751 struct rt_tpc_req_entry *pEntry = NULL; local
1917 struct rt_measure_req_entry *pEntry = NULL; local
2014 struct rt_tpc_req_entry *pEntry = NULL; local
[all...]
H A Dcmm_data.c718 struct rt_queue_entry *pEntry = NULL; local
776 pEntry = pQueue->Head;
777 if (pEntry == NULL) {
788 pPacket = QUEUE_ENTRY_TO_PACKET(pEntry);
805 pEntry = RemoveHeadQueue(pQueue);
828 pEntry = pQueue->Head;
829 if (pEntry == NULL)
833 pPacket = QUEUE_ENTRY_TO_PACKET(pEntry);
849 pEntry = RemoveHeadQueue(pQueue);
850 ASSERT(pEntry);
1509 struct rt_mac_table_entry *pEntry = NULL; local
1532 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry; local
1667 struct rt_mac_table_entry *pEntry, *pPrevEntry, *pProbeEntry; local
2132 CmmRxRalinkFrameIndicate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
2315 struct rt_mac_table_entry *pEntry = NULL; local
[all...]
H A Drtmp_timer.c83 struct rt_rtmp_timer_task_entry *pEntry; local
103 pEntry = pAd->TimerQ.pQHead;
104 if (pEntry) {
105 pTimer = pEntry->pRaTimer;
108 pAd->TimerQ.pQHead = pEntry->pNext;
109 if (pEntry == pAd->TimerQ.pQTail)
113 pEntry->pNext = pAd->TimerQ.pQPollFreeList;
114 pAd->TimerQ.pQPollFreeList = pEntry;
273 struct rt_rtmp_timer_task_entry *pQNode, *pEntry; local
283 pEntry
[all...]
H A Dba_action.c30 #define BA_ORI_INIT_SEQ (pEntry->TxSeq[TID]) /*1 // inital sequence number of BA session */
444 struct rt_mac_table_entry *pEntry,
459 if (RTMPStaFixedTxMode(pAd, pEntry) != FIXED_TXMODE_HT)
462 if ((pEntry->BADeclineBitmap & (1 << TID)) && (isForced == FALSE)) {
469 Idx = pEntry->BAOriWcidArray[TID];
486 pEntry->BAOriWcidArray[TID] = Idx;
490 pBAEntry->Wcid = pEntry->Aid;
498 if (!(pEntry->TXBAbitmap & (1 << TID))) {
510 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame)
522 Idx = pEntry
443 BAOriSessionSetUp(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 TID, u16 TimeOut, unsigned long DelayTime, IN BOOLEAN isForced) argument
509 BAOriSessionAdd(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame) argument
574 BARecSessionAdd(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_frame_addba_req * pFrame) argument
724 struct rt_mac_table_entry *pEntry; local
758 struct rt_mac_table_entry *pEntry; local
989 struct rt_mac_table_entry *pEntry; local
[all...]
H A Dmlme.c942 struct rt_mac_table_entry *pEntry,
957 if ((pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED) && (pEntry->HTCapability.MCSSet[0] == 0xff) && ((pEntry->HTCapability.MCSSet[1] == 0x00) || (pAd->Antenna.field.TxPath == 1))) { /* 11N 1S Adhoc */
962 } else if ((pAd->CommonCfg.PhyMode >= PHY_11ABGN_MIXED) && (pEntry->HTCapability.MCSSet[0] == 0xff) && (pEntry->HTCapability.MCSSet[1] == 0xff) && (pAd->Antenna.field.TxPath == 2)) { /* 11N 2S Adhoc */
976 } else if ((pEntry->RateLen == 4)
977 && (pEntry->HTCapability.MCSSet[0] == 0)
978 && (pEntry->HTCapability.MCSSet[1] == 0)
999 if (((pEntry->RateLen == 12) || (pAd->OpMode == OPMODE_STA)) && (pEntry
941 MlmeSelectTxRateTable(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 ** ppTable, u8 *pTableSize, u8 *pInitTxRateIdx) argument
1403 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i]; local
1702 MlmeSetTxRate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rtmp_tx_rate_switch * pTxRate) argument
1857 struct rt_mac_table_entry *pEntry; local
2380 struct rt_mac_table_entry *pEntry; local
5812 RTMPCheckEntryEnableAutoRateSwitch(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
5853 RTMPStaFixedTxMode(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) argument
5881 RTMPUpdateLegacyTxSetting(u8 fixed_tx_mode, struct rt_mac_table_entry *pEntry) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtusb_io.h131 #define RTMP_STA_ENTRY_ADD(pAd, pEntry) \
133 pEntry, sizeof(struct rt_mac_table_entry));
146 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
147 { RTMP_STA_ENTRY_MAC_RESET(pAd, pEntry->Aid); \
148 if (pEntry->Aid >= 1) { \
150 SetAsicWcidAttri.WCID = pEntry->Aid; \
151 if ((pEntry->AuthMode <= Ndis802_11AuthModeAutoSwitch) && \
152 (pEntry->WepStatus == Ndis802_11Encryption1Enabled)) \
156 else if (pEntry->AuthMode == Ndis802_11AuthModeWPANone) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Drtusb_io.h131 #define RTMP_STA_ENTRY_ADD(pAd, pEntry) \
133 pEntry, sizeof(struct rt_mac_table_entry));
146 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
147 { RTMP_STA_ENTRY_MAC_RESET(pAd, pEntry->Aid); \
148 if (pEntry->Aid >= 1) { \
150 SetAsicWcidAttri.WCID = pEntry->Aid; \
151 if ((pEntry->AuthMode <= Ndis802_11AuthModeAutoSwitch) && \
152 (pEntry->WepStatus == Ndis802_11Encryption1Enabled)) \
156 else if (pEntry->AuthMode == Ndis802_11AuthModeWPANone) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1338 struct rt_mac_table_entry *pEntry,
1348 CLIENT_STATUS_CLEAR_FLAG(pEntry, fCLIENT_STATUS_WMM_CAPABLE);
1402 if (!pEntry)
1406 if (pEntry) {
1407 pEntry->PortSecured = WPA_802_1X_PORT_SECURED;
1410 pEntry->RateLen = 4;
1414 pEntry->RateLen = 12;
1416 pEntry->MaxHTPhyMode.word = 0;
1417 pEntry->MinHTPhyMode.word = 0;
1418 pEntry
1337 StaAddMacTableEntry(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 MaxSupportedRateIn500Kbps, struct rt_ht_capability_ie * pHtCapability, u8 HtCapabilityLen, struct rt_add_ht_info_ie * pAddHtInfo, u8 AddHtInfoLen, u16 CapabilityInfo) argument
[all...]
H A Dwpa.c280 struct rt_mac_table_entry *pEntry; local
282 pEntry = &pAd->MacTab.Content[BSSID_WCID];
287 NdisMoveMemory(pAd->StaCfg.PTK, pEntry->PTK, LEN_PTK);
307 NdisMoveMemory(pEntry->PairwiseKey.Key, &pAd->StaCfg.PTK[32],
309 NdisMoveMemory(pEntry->PairwiseKey.RxMic, &pAd->StaCfg.PTK[48],
311 NdisMoveMemory(pEntry->PairwiseKey.TxMic,
313 pEntry->PairwiseKey.CipherAlg = pSharedKey->CipherAlg;
324 RTMPAddWcidAttributeEntry(pAd, BSS0, 0, pSharedKey->CipherAlg, pEntry);
329 ("%s : AID(%d) port secured\n", __func__, pEntry->Aid));
H A Drtmp_data.c40 struct rt_mac_table_entry *pEntry,
79 struct rt_mac_table_entry *pEntry = local
102 pEntry);
206 struct rt_mac_table_entry *pEntry,
212 (pAd, pEntry, pRxBlk->pData, pRxBlk->DataSize, FromWhichBSSID)) {
249 CmmRxRalinkFrameIndicate(pAd, pEntry, pRxBlk,
261 STARxEAPOLFrameIndicate(pAd, pEntry, pRxBlk,
269 struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk)
328 struct rt_mac_table_entry *pEntry = NULL; local
432 /* find pEntry */
39 STARxEAPOLFrameIndicate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
205 STARxDataFrameAnnounce(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
268 STACheckTkipMICValue(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk) argument
932 struct rt_mac_table_entry *pEntry = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/sta/
H A Dassoc.c1338 struct rt_mac_table_entry *pEntry,
1348 CLIENT_STATUS_CLEAR_FLAG(pEntry, fCLIENT_STATUS_WMM_CAPABLE);
1402 if (!pEntry)
1406 if (pEntry) {
1407 pEntry->PortSecured = WPA_802_1X_PORT_SECURED;
1410 pEntry->RateLen = 4;
1414 pEntry->RateLen = 12;
1416 pEntry->MaxHTPhyMode.word = 0;
1417 pEntry->MinHTPhyMode.word = 0;
1418 pEntry
1337 StaAddMacTableEntry(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, u8 MaxSupportedRateIn500Kbps, struct rt_ht_capability_ie * pHtCapability, u8 HtCapabilityLen, struct rt_add_ht_info_ie * pAddHtInfo, u8 AddHtInfoLen, u16 CapabilityInfo) argument
[all...]
H A Dwpa.c280 struct rt_mac_table_entry *pEntry; local
282 pEntry = &pAd->MacTab.Content[BSSID_WCID];
287 NdisMoveMemory(pAd->StaCfg.PTK, pEntry->PTK, LEN_PTK);
307 NdisMoveMemory(pEntry->PairwiseKey.Key, &pAd->StaCfg.PTK[32],
309 NdisMoveMemory(pEntry->PairwiseKey.RxMic, &pAd->StaCfg.PTK[48],
311 NdisMoveMemory(pEntry->PairwiseKey.TxMic,
313 pEntry->PairwiseKey.CipherAlg = pSharedKey->CipherAlg;
324 RTMPAddWcidAttributeEntry(pAd, BSS0, 0, pSharedKey->CipherAlg, pEntry);
329 ("%s : AID(%d) port secured\n", __func__, pEntry->Aid));
H A Drtmp_data.c40 struct rt_mac_table_entry *pEntry,
79 struct rt_mac_table_entry *pEntry = local
102 pEntry);
206 struct rt_mac_table_entry *pEntry,
212 (pAd, pEntry, pRxBlk->pData, pRxBlk->DataSize, FromWhichBSSID)) {
249 CmmRxRalinkFrameIndicate(pAd, pEntry, pRxBlk,
261 STARxEAPOLFrameIndicate(pAd, pEntry, pRxBlk,
269 struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk)
328 struct rt_mac_table_entry *pEntry = NULL; local
432 /* find pEntry */
39 STARxEAPOLFrameIndicate(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
205 STARxDataFrameAnnounce(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk, u8 FromWhichBSSID) argument
268 STACheckTkipMICValue(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk) argument
932 struct rt_mac_table_entry *pEntry = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcfunc.c265 struct zsTimerEntry *pEntry; local
295 pEntry = wd->timerList.head;
300 if ( ( pEntry->timer > pFreeEntry->timer )&&
301 ((pEntry->timer - pFreeEntry->timer) < 1000000000) )
305 pFreeEntry->pre = pEntry->pre;
313 pEntry->pre = pFreeEntry;
314 pFreeEntry->next = pEntry;
318 pEntry = pEntry->next;
328 pFreeEntry->pre = pEntry
342 struct zsTimerEntry *pEntry; local
397 struct zsTimerEntry *pEntry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dcfunc.c265 struct zsTimerEntry *pEntry; local
295 pEntry = wd->timerList.head;
300 if ( ( pEntry->timer > pFreeEntry->timer )&&
301 ((pEntry->timer - pFreeEntry->timer) < 1000000000) )
305 pFreeEntry->pre = pEntry->pre;
313 pEntry->pre = pFreeEntry;
314 pFreeEntry->next = pEntry;
318 pEntry = pEntry->next;
328 pFreeEntry->pre = pEntry
342 struct zsTimerEntry *pEntry; local
397 struct zsTimerEntry *pEntry; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcm57xx/sys/
H A Dqueue.h17 /* char QQ_PushHead(PQQ_CONTAINER pQueue, PQQ_ENTRY pEntry) */
18 /* char QQ_PushTail(PQQ_CONTAINER pQueue, PQQ_ENTRY pEntry) */
164 PQQ_ENTRY pEntry) {
175 pQueue->Array[pQueue->Head] = pEntry;
195 PQQ_ENTRY pEntry) {
210 pQueue->Array[Tail] = pEntry;
162 QQ_PushHead( PQQ_CONTAINER pQueue, PQQ_ENTRY pEntry) argument
193 QQ_PushTail( PQQ_CONTAINER pQueue, PQQ_ENTRY pEntry) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h229 #define RTMP_STA_ENTRY_ADD(pAd, pEntry) \
230 AsicUpdateRxWCIDTable(pAd, pEntry->Aid, pEntry->Addr);
243 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
245 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry);
247 #define RTMP_SECURITY_KEY_ADD(pAd, apidx, KeyID, pEntry) \
257 pEntry); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chip/
H A Dmac_pci.h229 #define RTMP_STA_ENTRY_ADD(pAd, pEntry) \
230 AsicUpdateRxWCIDTable(pAd, pEntry->Aid, pEntry->Addr);
243 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
245 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry);
247 #define RTMP_SECURITY_KEY_ADD(pAd, apidx, KeyID, pEntry) \
257 pEntry); }

Completed in 304 milliseconds

123