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

  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncnApp.c 168 if(0 != pParam->content.tScanDesiredSSID.len)
170 pScanCncn->tOsScanParams.desiredSsid.len = pParam->content.tScanDesiredSSID.len;
171 os_memoryCopy(pScanCncn->hOS, pScanCncn->tOsScanParams.desiredSsid.str, pParam->content.tScanDesiredSSID.str, pParam->content.tScanDesiredSSID.len);
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 529 pParam->content.tScanDesiredSSID.len = scanReq.essid_len;
530 os_memoryCopy(pCmdInterpret->hOs, pParam->content.tScanDesiredSSID.str, scanReq.essid, scanReq.essid_len);
534 pParam->content.tScanDesiredSSID.len = 0;
538 pParam->paramLength = sizeof(pParam->content.tScanDesiredSSID);
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 756 TSsid tScanDesiredSSID;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 740 TSsid tScanDesiredSSID;
    [all...]

Completed in 102 milliseconds