HomeSort by relevance Sort by last modified time
    Searched full:desiredssid (Results 1 - 9 of 9) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnApp.c 174 if(0 != pParam->content.pScanParams->desiredSsid.len)
176 pScanCncn->tOsScanParams.desiredSsid.len = pParam->content.pScanParams->desiredSsid.len;
177 os_memoryCopy(pScanCncn->hOS, pScanCncn->tOsScanParams.desiredSsid.str, pParam->content.pScanParams->desiredSsid.str, pParam->content.pScanParams->desiredSsid.len);
181 pScanCncn->tOsScanParams.desiredSsid.len = 0;
182 pScanCncn->tOsScanParams.desiredSsid.str[ 0 ] = '\0'; /* broadcast scan */
ScanCncn.c 369 if (0 != pScanParams->desiredSsid.len)
375 &(pScanCncn->pScanClients[ eClient ]->uScanParams.tOneShotScanParams.desiredSsid),
    [all...]
  /hardware/ti/wlan/wl1271/Test/
siteMgrDebug.c 68 void printSiteTable(siteMgr_t *pSiteMgr, char *desiredSsid);
547 void printSiteTable(siteMgr_t *pSiteMgr, char *desiredSsid)
586 if (desiredSsid != NULL)
589 char * tmp = desiredSsid;
597 if (os_memoryCompare(pSiteMgr->hOs, (TI_UINT8 *)ssid, (TI_UINT8 *)desiredSsid, desiredSsidLength))
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 228 pScanParams->desiredSsid.len = 0;
290 (ssid_len > 0 && ssid_len <= sizeof(scanParams.desiredSsid.str))) {
291 os_memcpy(scanParams.desiredSsid.str, ssid, ssid_len);
292 if (ssid_len < sizeof(scanParams.desiredSsid.str))
293 scanParams.desiredSsid.str[ssid_len] = '\0';
294 scanParams.desiredSsid.len = ssid_len;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 238 TSsid desiredSsid; /**< The SSID to search (optional) */
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 589 pParam->content.pScanParams->desiredSsid.len = 0;
602 pParam->content.pScanParams->desiredSsid.len = pScanReq.essid_len;
603 os_memoryCopy(pCmdInterpret->hOs,pParam->content.pScanParams->desiredSsid.str, pScanReq.essid, pScanReq.essid_len);
607 pParam->content.pScanParams->desiredSsid.len = 0; /* scan all*/
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 93 tnetScanParams.basicScanParameters.ssidLength = pScanVals->desiredSsid.len;
96 (void *)pScanVals->desiredSsid.str,
153 if (pScanVals->desiredSsid.len != 0)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c 101 pScanMngr->manualScanParams.desiredSsid.len = 1; /* will be set by the scan concentrator */
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c 503 pCuCmd->appScanParams.desiredSsid.len = 0;
    [all...]

Completed in 162 milliseconds