Searched refs:currChannel (Results 1 – 11 of 11) sorted by relevance
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | scanResultTable.c | 72 … pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel; 499 (pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel != pFrame->channel)) in scanResultTable_UpdateSiteData() 501 …ame channel=%d\n", pFrame->channel, pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel); in scanResultTable_UpdateSiteData()
|
D | mlmeParser.c | 986 pDsParams->currChannel = *(pData+2); in mlmeParser_readDsParams() 1552 if (frame->pDSParamsSet->currChannel != params->rxChannel) in mlmeParser_parseIEs() 1555 frame->pDSParamsSet->currChannel , params->rxChannel); in mlmeParser_parseIEs()
|
D | systemConfig.c | 354 DSParamsSet.currChannel = pSiteMgr->pDesiredParams->siteMgrDesiredChannel; in sendProbeResponse()
|
D | templates.c | 494 ((dot11_DS_PARAMS_t *)(pBuf))->currChannel = pPrimarySite->channel; in buildProbeRspTemplate()
|
D | siteMgr.c | 133 … pSite->channel = pFrameInfo->content.iePacket.pDSParamsSet->currChannel; 2080 (pFrameInfo->content.iePacket.pDSParamsSet->currChannel!=rxChannel)) in updateSiteInfo() 2082 …rxChannel=%d,currChannel=%d\n", rxChannel, pFrameInfo->content.iePacket.pDSParamsSet->currChannel); in updateSiteInfo() 2261 (pFrameInfo->content.iePacket.pDSParamsSet->currChannel!=rxChannel)) in updateSiteInfo() 2263 …rxChannel=%d,currChannel=%d\n", rxChannel, pFrameInfo->content.iePacket.pDSParamsSet->currChannel); in updateSiteInfo()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
D | templates.c | 378 ((dot11_DS_PARAMS_t *)(pBuf))->currChannel = pPrimarySite->channel; in buildProbeRspTemplate()
|
D | siteMgr.c | 119 … pSite->channel = pFrameInfo->content.iePacket.pDSParamsSet->currChannel; 2575 (pFrameInfo->content.iePacket.pDSParamsSet->currChannel!=rxChannel)) in updateSiteInfo() 2579 rxChannel, pFrameInfo->content.iePacket.pDSParamsSet->currChannel)); in updateSiteInfo() 2764 (pFrameInfo->content.iePacket.pDSParamsSet->currChannel!=rxChannel)) in updateSiteInfo() 2768 rxChannel, pFrameInfo->content.iePacket.pDSParamsSet->currChannel)); in updateSiteInfo()
|
D | select.c | 1115 DSParamsSet.currChannel = pSiteMgr->pDesiredParams->siteMgrDesiredChannel; in sendProbeResponse()
|
/system/wlan/ti/wilink_6_1/utils/ |
D | 802_11Defs.h | 514 TI_UINT8 currChannel; member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/ |
D | mlmeParser.c | 1027 pDsParams->currChannel = *(pData+2); in mlmeParser_readDsParams() 1872 … CHECK_PARSING_ERROR_CONDITION((frame->pDSParamsSet->currChannel != params->rxChannel), in mlmeParser_parseIEs() 1875 frame->pDSParamsSet->currChannel , params->rxChannel),FALSE); in mlmeParser_parseIEs()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/ |
D | 802_11Defs.h | 474 UINT8 currChannel;
|