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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 146 if (tParam.content.smeDesiredBSSType == BSS_INFRASTRUCTURE)
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 473 if (pSme->eBssType != pParam->content.smeDesiredBSSType)
476 pSme->eBssType = pParam->content.smeDesiredBSSType;
545 pParam->content.smeDesiredBSSType = pSme->eBssType;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 243 pParam->content.smeDesiredBSSType = BSS_ANY;
246 pParam->content.smeDesiredBSSType = BSS_INDEPENDENT;
249 pParam->content.smeDesiredBSSType = BSS_INFRASTRUCTURE;
275 switch (pParam->content.smeDesiredBSSType)
339 ScanBssType_e smeDesiredBssType = BSS_ANY;
381 smeDesiredBssType = pParam2->content.smeDesiredBSSType;
398 if (BSS_INDEPENDENT == smeDesiredBssType)
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 600 ScanBssType_e smeDesiredBSSType;
    [all...]

Completed in 39 milliseconds