Searched refs:band (Results 1 - 25 of 50) sorted by relevance

12

/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DbssTypes.h102 ERadioBand band; /**< band on which the AP transmits */ member in struct:__anon2790
146 ERadioBand band; /**< Neighbor AP band (2.4/5 GHz) (the band used by the AP) */ member in struct:__anon2792
H A DparamOut.h130 /* Scan Control Table for 2.4-G band type */
136 /* Scan Control Table for 5G-band type */
145 ERadioBand band; member in struct:__anon2804
446 ERadioBand band; member in struct:__anon2834
485 ERadioBand band; /**< Band on which scan is to be performed */ member in struct:__anon2837
/hardware/ti/wlan/wl1271/stad/src/Application/
H A DscanMngr.c103 pScanMngr->manualScanParams.band = RADIO_BAND_2_4_GHZ;
209 /* mark that immediate scan is running on band A */
218 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Failed to start immediate scan on band A, return code %d.\n", resultStatus);
253 /* Scan completed on A band */
389 /* if a policy is defined for A band tracking, attempt to perform it */
412 TRACE1( pScanMngr->hReport, REPORT_SEVERITY_WARNING, "Failed to start tracking continuous scan on band A, return code %d.\n", resultStatus);
761 /* if a policy is defined for G band tracking, attempt to perform it */
793 /* if a policy is defined for A band tracking, attempt to perform it */
935 if ( frameInfo->band >= RADIO_BAND_NUM_OF_BANDS )
938 "scanMngrUpdateReceivedFrame. frameInfo->band
1678 ERadioBand band; local
2746 scanMngrGetNeighborAPIndex( TI_HANDLE hScanMngr, ERadioBand band, TMacAddr* bssId ) argument
2775 scanMngrIsPolicyChannel( TI_HANDLE hScanMngr, ERadioBand band, TI_UINT8 channel ) argument
[all...]
H A DscanMngr.h91 SCAN_ISS_G_BAND, /**< immediate scan is running on G band */
92 SCAN_ISS_A_BAND, /**< immediate scan is running on A band */
115 SCAN_SDP_NEIGHBOR_G = 0, /**< attempting to discover neighbor APs in G band */
116 SCAN_SDP_NEIGHBOR_A, /**< attempting to discover neighbor APs in A band */
117 SCAN_SDP_CHANNEL_LIST_G, /**< attempting to discover all APs in G band */
118 SCAN_SDP_CHANNEL_LIST_A, /**< attempting to discover all APs in A band */
226 * other reasons (invalid band,
368 ERadioBand currentBSSBand; /**< band of current BSS */
393 * For statistics: the band on which
494 * \brief Search current policy for band polic
[all...]
H A DscanMngrTypes.h57 * \brief Maximal number of channels per band policy
169 * This structure defines the parameters comprising a scan policy for a single band
175 ERadioBand band; /**< The band (2.4 / 5 GHz) */ member in struct:__anon2924
181 TI_UINT8 numOfChannles; /**< Number of channels to use on this band */
H A DscanMngrApi.h272 * \param band - Band of the new AP (to which the STA is currently connected to)
282 void scanMngr_handoverDone( TI_HANDLE hScanMngr, TMacAddr* macAddress, ERadioBand band );
/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DmeasurementSrvDbgPrint.c64 TRACE5( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "band: %d, channel:%d, TX power level: %d, start time: %x-%x\n", pMsrRequest->band, pMsrRequest->channel, pMsrRequest->txPowerDbm, INT64_HIGHER(pMsrRequest->startTime), INT64_LOWER(pMsrRequest->startTime));
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DIFmRadio.aidl32 boolean rxSetBand(int band);
33 boolean rxSetBand_nb(int band);
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DsiteHash.c209 band - The site band
219 ERadioBand band)
229 /* choose site table according to AP's band */
230 if ( RADIO_BAND_2_4_GHZ == band )
234 else if (RADIO_BAND_5_0_GHZ == band)
240 TRACE1(pSiteMgr->hReport, REPORT_SEVERITY_ERROR, "Bad band: %d\n\n", band);
319 TRACE8(pSiteMgr->hReport, REPORT_SEVERITY_INFORMATION, "INSERT success, bssid: %X-%X-%X-%X-%X-%X, band=%d, index=%d\n\n", (*mac)[0], (*mac)[1], (*mac)[2], (*mac)[3], (*mac)[4], (*mac)[5], band, emptySiteInde
217 findAndInsertSiteEntry(siteMgr_t *pSiteMgr, TMacAddr *mac, ERadioBand band) argument
[all...]
H A DsiteMgrApi.h166 ERadioBand band,
174 ERadioBand band);
H A DScanCncnOsSm.c187 /* if the STA is not configured for G band or dual band, send a scan complete event to the SM */
198 pScanCncn->tOsScanParams.band = RADIO_BAND_2_4_GHZ;
286 /* if the STA is not configured for G band or dual band, send a scan complete event to the SM */
297 pScanCncn->tOsScanParams.band = RADIO_BAND_5_0_GHZ;
410 * \brief Fills a chhanel array with valid channels (and their params) according to band and scan type
412 * Fills a chhanel array with valid channels (and their params) according to band and scan type
415 * \param eBand - band to extract channels for
434 /* get the numnber of supported channels for this band */
[all...]
H A DScanCncn.h110 ERadioBand band; /* Band on which the frame was received */ member in struct:__anon3052
H A DcurrBss.h105 ERadioBand band; /**< Set by SME module */ member in struct:_currBSS_t
H A DsiteHash.h154 ERadioBand band);
H A DmlmeParser.c408 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.band = pRxAttr->band;
440 if ((pRxAttr->band == RADIO_BAND_2_4_GHZ) && (pRxAttr->channel > NUM_OF_CHANNELS_24))
442 TRACE2(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAttr->channel);
452 else if ((pRxAttr->band == RADIO_BAND_5_0_GHZ) && (pRxAttr->channel <= NUM_OF_CHANNELS_24))
454 TRACE2(pHandle->hReport, REPORT_SEVERITY_ERROR, "mlmeParser_recv, band=%d, channel=%d\n", pRxAttr->band, pRxAtt
[all...]
H A DcurrBss.c68 * the parameters of BSS (channel, band, SSID etc.).
278 pCurrBSS->band = RADIO_BAND_2_4_GHZ;
593 TRACE2(pCurrBSS->hReport, REPORT_SEVERITY_INFORMATION, ": SG=%d, Band=%d\n", pCurrBSS->bUseSGParams, pCurrBSS->currAPInfo.band);
596 if ((pCurrBSS->bUseSGParams) && (pCurrBSS->currAPInfo.band == RADIO_BAND_2_4_GHZ))
699 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band, TI_FALSE);
788 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band, TI_FALSE);
801 pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band);
802 siteMgr_updateSite(pCurrBSS->hSiteMgr, bssid, pFrameInfo, pRxAttr->channel, (ERadioBand)pRxAttr->band, TI_FALSE);
864 pCurrBSS->currAPInfo.band = pParam->content.siteMgrRadioBand;
H A DsystemConfig.c257 ERadioBand band; local
383 band = ( MAX_GB_MODE_CHANEL >= pSiteMgr->pDesiredParams->siteMgrDesiredChannel ? RADIO_BAND_2_4_GHZ : RADIO_BAND_5_0_GHZ );
385 siteMgr_updateSite(pSiteMgr, pBssid, &frame ,pSiteMgr->pDesiredParams->siteMgrDesiredChannel, band, TI_FALSE);
493 /* since we are moving to the different band, the siteMgr should be reconfigured */
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriverMsr.h200 ERadioBand band; /**< */ member in struct:__anon2698
H A DTWDriverScan.h240 ERadioBand band; /**< Band to scan (A / BG) */ member in struct:__anon2713
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DmeasurementMgrSM.c857 request.band = RADIO_BAND_2_4_GHZ;
858 pParam->content.channelCapabilityReq.band = RADIO_BAND_2_4_GHZ;
862 request.band = RADIO_BAND_5_0_GHZ;
863 pParam->content.channelCapabilityReq.band = RADIO_BAND_5_0_GHZ;
930 templateStruct.eBand = request.band;
936 buildProbeReqTemplate( pMeasurementMgr->hSiteMgr, &templateStruct, &broadcastSSID, request.band );
H A DregulatoryDomain.c96 static void regulatoryDomain_buildDefaultListOfChannelsPerBand(regulatoryDomain_t *pRegulatoryDomain, ERadioBand band, TI_UINT8 *listSize);
469 channelCapabilityReq.band = pParam->content.channelCapabilityReq.band;
498 ERadioBand band = pParam->content.siteMgrRadioBand; local
499 regulatoryDomain_buildDefaultListOfChannelsPerBand(pRegulatoryDomain, band, &pParam->content.supportedChannels.sizeOfList);
534 } /* band 5.0 */
592 (RADIO_BAND_5_0_GHZ == pParam->content.tDfsChannel.eBand) && /* band is 5 GHz */
605 /* if a country was found for either band */
689 DESCRIPTION: This function returns the validity of Country according to band
692 radioBand - the desired band
1457 regulatoryDomain_buildDefaultListOfChannelsPerBand(regulatoryDomain_t *pRegulatoryDomain, ERadioBand band, TI_UINT8 *listSize) argument
[all...]
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_commands.h354 /* #define SCAN_5GHZ_BAND 2 */ /* 1 = scan channel list in 5 Ghz band, 0 = scan channel list in 2.4 Ghz band*/
378 /* 5GHz band. When this bit is cleared, the */
380 /* 2.4GHz band. */
414 RadioBand_e band; /* Band to scan */ member in struct:__anon2358
643 /* bit 4: Band - The radio band in which to join*/
645 /* 0 - 2.4GHz band */
646 /* 1 - 5GHz band*/
1085 RadioBand_e band; /* Specifies the band t member in struct:__anon2377
1325 RadioBand_e band; /* Band to scan */ member in struct:__anon2384
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi_channels.h280 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
/hardware/ti/wlan/wl1271/Test/
H A DroamingMgrDebug.c250 scanPolicy.bandScanPolicy[ 0 ].band = RADIO_BAND_2_4_GHZ;
350 WLAN_OS_REPORT( ("BSSID: %02x:%02x:%02x:%02x:%02x:%02x, band: %d\n", pBssEntry->BSSID[ 0 ],
353 pBssEntry->BSSID[ 5 ], pBssEntry->band));
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c100 scan options field is composed of scan type and band selection.
129 /* Add the band selection */
130 if ( RADIO_BAND_5_0_GHZ == pScanVals->band )
132 tnetScanParams.basicScanParameters.band = RADIO_BAND_5GHZ;
136 tnetScanParams.basicScanParameters.band = RADIO_BAND_2_4_GHZ;
232 /* Add the band selection */
233 if ( RADIO_BAND_5_0_GHZ == pScanVals->band )
235 tnetSPSScanParams.scheduledGeneralParameters.band = RADIO_BAND_5GHZ;
239 tnetSPSScanParams.scheduledGeneralParameters.band = RADIO_BAND_2_4_GHZ;
443 * \brief Copy channels info for periodic scan to FW structure for a specific band an
[all...]

Completed in 295 milliseconds

12