Searched defs:channel (Results 1 - 25 of 43) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DbssTypes.h88 UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon190
114 UINT8 channel; /**< the channel on which the AP transmits */ member in struct:__anon192
H A DscanTypes.h102 * \brief This structure contains single channel parameters for normal scan operation (inc. triggered)
108 * maximum time to dwell on the channel, in microseconds
112 * minimum time to dwell on the channel, in microseconds
124 UINT8 channel; /**< the channel to scan */ member in struct:__anon360
128 * \brief This structure contains single channel parameters for an SPS scan operation
133 UINT32 scanDuration; /**< time to dwell on the channel in microseconds */
140 UINT8 channel; /**< the channel to scan */ member in struct:__anon361
144 * \brief This union holds single channel parameter
[all...]
/system/wlan/ti/wilink_6_1/stad/Export_Inc/
H A DbssTypes.h103 TI_UINT8 channel; /**< channel on which the AP transmits */ member in struct:__anon1504
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */ member in struct:__anon1506
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/
H A DScanCncnApi.h108 UINT8 channel; /* channel on which the frame was received */ member in struct:__anon450
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DScanCncn.h90 /* 7 */ SCAN_CRS_SCAN_ABORTED_HIGHER_PRIORITY, /**< Scan was aborted because of a higher priority client request of the channel (switched channel) */
109 TI_UINT8 channel; /* Channel on which the frame was received */ member in struct:__anon1765
H A DcurrBss.h107 TI_UINT8 channel; /**< Set by AP Connection, SME and Switch Channel modules */ member in struct:_currBSS_t
H A DscanResultTable.h88 TI_UINT8 channel; member in struct:__anon1808
H A DmlmeParser.c407 TRACE3(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv: probe response length out of range. length=%d, band=%d, channel=%d\n", RX_BUF_LEN(pBuffer)-WLAN_HDR_LEN-TIME_STAMP_LEN-4, pRxAttr->band, pRxAttr->channel);
437 pHandle->tempFrameInfo.rxChannel = pRxAttr->channel;
439 if ((pRxAttr->band == RADIO_BAND_2_4_GHZ) && (pRxAttr->channel > NUM_OF_CHANNELS_24))
441 TRACE2(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAttr->channel);
451 else if ((pRxAttr->band == RADIO_BAND_5_0_GHZ) && (pRxAttr->channel <= NUM_OF_CHANNELS_24))
453 TRACE2(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAttr->channel);
524 switchChannel_recvCmd(pHandle->hSwitchChannel, NULL, pRxAttr->channel);
1353 mlmeParser_readChannelSwitch(mlme_t *pMlme,TI_UINT8 *pData, TI_UINT32 dataLen, TI_UINT32 *pReadLen, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_UINT8 channel) argument
[all...]
H A DscanResultTable.c70 pSite->channel = rxChannel; \
72 pSite->channel = (pFrame)->parsedIEs->content.iePacket.pDSParamsSet->currChannel;
140 static TI_STATUS scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, siteEntry_t *pSite, TI_INT8 rxLevel, TI_UINT8 channel);
278 if (TI_NOK != scanResultTable_CheckRxSignalValidity(pScanResultTable, pSite, pFrame->rssi, pFrame->channel))
499 (pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel != pFrame->channel))
501 TRACE2(pScanResultTable->hReport, REPORT_SEVERITY_WARNING, "scanResultTable_UpdateSiteData: wrong channels, radio channel=%d, frame channel=%d\n", pFrame->channel, pFrame->parsedIEs->content.iePacket.pDSParamsSet->currChannel);
504 UPDATE_CHANNEL (pSite, pFrame , pFrame->channel);
865 pBssid->Configuration.Union.channel
1062 scanResultTable_CheckRxSignalValidity(TScanResultTable *pScanResultTable, TSiteEntry *pSite, TI_INT8 rxLevel, TI_UINT8 channel) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncn.c390 /* in release mode, no channel expansion is done */
402 int channel; local
404 for (channel = 0; channel < pScanParams->numOfChannels; ++channel)
406 if (pScanParams->channelEntry[channel].normalChannelEntry.maxChannelDwellTime <
407 pScanParams->channelEntry[channel].normalChannelEntry.minChannelDwellTime)
410 ("%s: MaxChannelDwellTime must not be smaller than MinChannelDwellTime on channel %d!\n", __FUNCTION__, channel));
1041 scanFrameInfo.channel
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
H A DmeasurementTypes.h153 * \brief This structure contains single channel parameters for normal scan operation (inc. triggered)
166 UINT8 channel; member in struct:__anon513
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dcu_wext.c114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m;
215 S32 CuOs_GetCurrentChannel(THandle hCuWext, U32* channel) argument
226 *channel = pCuWext->req_data.freq.m;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Export_Inc/
H A DwhalBus_Defs.h72 UINT8 channel; member in struct:__anon407
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
H A DregulatoryDomain.c45 /* This module calculated the channel that should be scanned and that are */
47 /* regulatory domain requirements and the supported channel. */
63 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */
86 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, UINT8 channel);
92 static BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, UINT8 channel);
326 /* Set channel as Valid or Invalid for Active SCAN only.
349 /* setting the Tx Power according to the selected channel */
370 regulatoryDomain_updateChannelsTs(pRegulatoryDomain, pParam->content.channel);
541 /* checking if the channel is supported */
543 regulatoryDomain_isChannelSupprted(pRegulatoryDomain, pParam->content.channel);
895 regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, UINT8 channel) argument
1243 regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, UINT8 channel) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverMsr.h176 * This structure defines single channel parameters for normal scan operation (inc. triggered)
194 * for one channel
201 TI_UINT8 channel; /**< */ member in struct:__anon1413
H A DTWDriverScan.h172 * This structure defines single channel parameters for normal scan operation other than SPS (inc. triggered)
179 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames were
182 TI_UINT32 minChannelDwellTime; /**< Minimum time to stay on the channel if no frames were received (microseconds) */
185 * Termination Event setting, after which scan is stopped on this channel
188 TI_UINT8 channel; /**< Channel to scan */ member in struct:__anon1425
196 * This structure defines single channel parameters for an SPS scan operation
203 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
204 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
207 * the early Termination Event setting, after which scan is stopped on this channel
209 TI_UINT8 channel; /**< Channe member in struct:__anon1426
[all...]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
H A DregulatoryDomain.c44 /* This module calculated the channel that should be scanned and that are */
46 /* regulatory domain requirements and the supported channel. */
64 #define MASK_ACTIVE_ALLOWED (0x40) /* bit 6 indiactes the channel is allowed for Active scan */
94 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel);
100 static TI_BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel);
311 /* Set channel as Valid or Invalid for Active SCAN only.
333 /* setting the Tx Power according to the selected channel */
353 regulatoryDomain_updateChannelsTs(pRegulatoryDomain, pParam->content.channel);
490 /* checking if the channel is supported */
492 regulatoryDomain_isChannelSupprted(pRegulatoryDomain, pParam->content.channel);
872 regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel) argument
1224 regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel) argument
[all...]
H A DSwitchChannel.c45 /* according to AP command. The object responsibles for switching channel after*/
46 /* the requires time and quieting the channel for the required duration */
179 static void switchChannel_recvCmd4Debug(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_BOOL BeaconPacket, TI_UINT8 channel);
459 - Initializes the switching channel procedure.
464 until the scheduled channel switch.
465 newChannelNum - indicates the number of the new channel.
467 the scheduled channel switch should accure.
475 void switchChannel_recvCmd(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_UINT8 channel) argument
490 (channel < param.content.DFS_ChannelRange.minDFS_channelNum) ||
491 (channel > para
1361 switchChannel_recvCmd4Debug(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, TI_BOOL BeaconPacket, TI_UINT8 channel) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
H A DSwitchChannel.c46 /* according to AP command. The object responsibles for switching channel after*/
47 /* the requires time and quieting the channel for the required duration */
201 static void switchChannel_recvCmd4Debug(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, BOOL BeaconPacket, UINT8 channel);
496 - Initializes the switching channel procedure.
501 until the scheduled channel switch.
502 newChannelNum - indicates the number of the new channel.
504 the scheduled channel switch should accure.
512 void switchChannel_recvCmd(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, UINT8 channel) argument
527 (channel < param.content.DFS_ChannelRange.minDFS_channelNum) ||
528 (channel > para
1447 switchChannel_recvCmd4Debug(TI_HANDLE hSwitchChannel, dot11_CHANNEL_SWITCH_t *channelSwitch, BOOL BeaconPacket, UINT8 channel) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
H A DcurrBss.c69 * the parameters of BSS (channel, band, SSID etc.).
114 UINT8 channel; /**< Set by AP Connection, SME and Switch Channel modules */ member in struct:_currBSS_t
278 pCurrBSS->channel = 0;
554 * Called when switch channel process is complete in order to reset RSSI calculations
640 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (radioBand_e)pRxAttr->band, FALSE);
687 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (radioBand_e)pRxAttr->band, FALSE);
779 pCurrBSS->currAPInfo.channel = param.content.siteMgrCurrentChannel;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
H A DmlmeParser.c451 ("mlmeParser_recv: probe response length out of range. length=%d, band=%d, channel=%d\n", pMsdu->dataLen-WLAN_HDR_LEN-TIME_STAMP_LEN-4, pRxAttr->band, pRxAttr->channel));
478 pHandle->tempFrameInfo.rxChannel = pRxAttr->channel;
480 if ((pRxAttr->band == RADIO_BAND_2_4_GHZ) && (pRxAttr->channel > NUM_OF_CHANNELS_24))
483 ("mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAttr->channel));
489 else if ((pRxAttr->band == RADIO_BAND_5_0_GHZ) && (pRxAttr->channel <= NUM_OF_CHANNELS_24))
492 ("mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAttr->channel));
548 switchChannel_recvCmd(pHandle->hSwitchChannel, NULL, pRxAttr->channel);
1327 mlmeParser_readChannelSwitch(mlme_t *pMlme,UINT8 *pData, UINT32 dataLen, UINT32 *pReadLen, dot11_CHANNEL_SWITCH_t *channelSwitch, UINT8 channel) argument
[all...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmdIE.c222 * channel.
230 TI_STATUS cmdBld_CmdIeEnableTx (TI_HANDLE hCmdBld, TI_UINT8 channel, void *fCb, TI_HANDLE hCb) argument
236 (TI_CHAR *)&channel,
716 pCmd->channel = pSwitchChannelCmd->channelNumber;
799 pCmd->channel = pMeasurementParams->channel;
1006 /* channel tune */
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_descriptors.h238 uint8 channel; /* The received channel*/ member in struct:__anon1120
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
H A DscanMngr.c377 /* since we passed the policy check, we arrived here because we didn't had channel on G and policy on A */
611 /* verify channel validity with the reg domain - for active scan!
612 (because connection will be attempted on the channel... */
616 param.content.channelCapabilityReq.channelNum = pScanMngr->BSSList.BSSList[ BSSIndex ].channel;
619 /* if channel is not valid */
699 list because they are on a policy defined channel. */
807 be attempted) is done for every channel! */
1353 /* remove all tracked APs that are not on a policy defined channel (neighbor APs haven't changed,
1731 /* otherwise, if the list is not full and AP is either a neighbor AP or on a policy defined channel: */
1737 ((TRUE == scanMngrIsPolicyChannel( hScanMngr, frameInfo->band, frameInfo->channel )) ||
3318 scanMngrAddNormalChannel( TI_HANDLE hScanMngr, scan_Method_t* scanMethod, UINT8 channel, macAddress_t* BSSID, UINT8 txPowerDbm ) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
H A DsiteHash.h109 UINT8 channel; member in struct:siteEntry_t

Completed in 497 milliseconds

12