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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
StaCap.c 146 if (tParam.content.smeDesiredBSSType == BSS_INFRASTRUCTURE)
  /system/wlan/ti/wilink_6_1/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...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 431 if (pSme->eBssType != pParam->content.smeDesiredBSSType)
434 pSme->eBssType = pParam->content.smeDesiredBSSType;
495 pParam->content.smeDesiredBSSType = pSme->eBssType;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 242 pParam->content.smeDesiredBSSType = BSS_ANY;
245 pParam->content.smeDesiredBSSType = BSS_INDEPENDENT;
248 pParam->content.smeDesiredBSSType = BSS_INFRASTRUCTURE;
274 switch (pParam->content.smeDesiredBSSType)
338 ScanBssType_e smeDesiredBssType = BSS_ANY;
380 smeDesiredBssType = pParam2->content.smeDesiredBSSType;
397 if (BSS_INDEPENDENT == smeDesiredBssType)
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 208 pParam->content.smeDesiredBSSType = BSS_ANY;
211 pParam->content.smeDesiredBSSType = BSS_INDEPENDENT;
214 pParam->content.smeDesiredBSSType = BSS_INFRASTRUCTURE;
240 switch (pParam->content.smeDesiredBSSType)
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 600 ScanBssType_e smeDesiredBSSType;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 591 ScanBssType_e smeDesiredBSSType;
    [all...]

Completed in 293 milliseconds