HomeSort by relevance Sort by last modified time
    Searched refs:siteMgrDesiredChannel (Results 1 - 8 of 8) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
systemConfig.c 197 if(pSiteMgr->pDesiredParams->siteMgrDesiredChannel <= 14)
312 if(pSiteMgr->pDesiredParams->siteMgrDesiredChannel <= MAX_GB_MODE_CHANEL)
360 DSParamsSet.currChannel = pSiteMgr->pDesiredParams->siteMgrDesiredChannel;
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);
siteMgr.c 630 if((pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pConfig->Union.channel) ||
633 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pConfig->Union.channel;
641 if (pParam->content.siteMgrDesiredChannel > SITE_MGR_CHANNEL_MAX)
644 if (pSiteMgr->pDesiredParams->siteMgrDesiredChannel != pParam->content.siteMgrDesiredChannel)
645 pSiteMgr->pDesiredParams->siteMgrDesiredChannel = (TI_UINT8)pParam->content.siteMgrDesiredChannel;
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 539 TI_UINT8 siteMgrDesiredChannel;
862 TI_UINT8 siteMgrDesiredChannel;
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 305 param.content.siteMgrDesiredChannel = *(TI_UINT8*)pParam;
830 WLAN_OS_REPORT(("Channel %d\n", pSiteMgr->pDesiredParams->siteMgrDesiredChannel));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 681 uDesiredChannel = param.content.siteMgrDesiredChannel;
    [all...]
smeSm.c 308 uDesiredChannel = pParam->content.siteMgrDesiredChannel;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 205 pParam->content.siteMgrDesiredChannel = freq;
    [all...]

Completed in 29 milliseconds