Home
last modified time | relevance | path

Searched refs:currChannel (Results 1 – 11 of 11) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DscanResultTable.c72 … 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()
DmlmeParser.c986 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()
DsystemConfig.c354 DSParamsSet.currChannel = pSiteMgr->pDesiredParams->siteMgrDesiredChannel; in sendProbeResponse()
Dtemplates.c494 ((dot11_DS_PARAMS_t *)(pBuf))->currChannel = pPrimarySite->channel; in buildProbeRspTemplate()
DsiteMgr.c133 … 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/
Dtemplates.c378 ((dot11_DS_PARAMS_t *)(pBuf))->currChannel = pPrimarySite->channel; in buildProbeRspTemplate()
DsiteMgr.c119 … 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()
Dselect.c1115 DSParamsSet.currChannel = pSiteMgr->pDesiredParams->siteMgrDesiredChannel; in sendProbeResponse()
/system/wlan/ti/wilink_6_1/utils/
D802_11Defs.h514 TI_UINT8 currChannel; member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
DmlmeParser.c1027 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/
D802_11Defs.h474 UINT8 currChannel;