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

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncnApp.c 90 scanCncn_Start1ShotScan (hScanCncn, SCAN_SCC_APP_ONE_SHOT, pParam->content.pScanParams))
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);
185 pScanCncn->tOsScanParams.scanType = pParam->content.pScanParams->scanType;
ScanCncn.h 157 * \param pScanParams - Parameters for the requested scan
172 EScanCncnResultStatus scanCncn_Start1ShotScan (TI_HANDLE hScanCncn, EScanCncnClient eClient, TScanParams* pScanParams);
187 TPeriodicScanParams *pScanParams);
ScanCncn.c 347 TScanParams* pScanParams)
361 pScanParams, sizeof(TScanParams));
369 if (0 != pScanParams->desiredSsid.len)
460 * \param pScanParams - scan parameters
468 TPeriodicScanParams *pScanParams)
476 pScanParams, sizeof(TPeriodicScanParams));
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmdIE.h 52 TI_STATUS cmdBld_CmdIeStartScan (TI_HANDLE hCmdBld, ScanParameters_t* pScanParams, void* fScanCommandResponseCB, TI_HANDLE hCb);
53 TI_STATUS cmdBld_CmdIeStartSPSScan (TI_HANDLE hCmdBld, ScheduledScanParameters_t* pScanParams, void* fScanCommandResponseCB, TI_HANDLE hCb);
66 TI_STATUS cmdBld_CmdIeStartNewScan (TI_HANDLE hCmdBld, TScanParams *pScanParams, void *fCb, TI_HANDLE hCb);
CmdBldCmdIE.c 447 TI_STATUS cmdBld_CmdIeStartScan (TI_HANDLE hCmdBld, ScanParameters_t* pScanParams, void *fScanResponseCb, TI_HANDLE hCb)
453 (TI_CHAR *)pScanParams,
471 TI_STATUS cmdBld_CmdIeStartSPSScan (TI_HANDLE hCmdBld, ScheduledScanParameters_t* pScanParams, void* fScanResponseCb, TI_HANDLE hCb)
477 (TI_CHAR *)pScanParams,
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 221 static void ti_init_scan_params( scan_Params_t *pScanParams, int scanType,
228 pScanParams->desiredSsid.len = 0;
230 pScanParams->scanType = scanType;
234 pScanParams->band = RADIO_BAND_2_4_GHZ;
235 pScanParams->probeReqNumber = 3;
236 pScanParams->probeRequestRate = RATE_MASK_UNSPECIFIED; /* Let the FW select */;
237 pScanParams->Tid = 0;
238 pScanParams->numOfChannels = noOfChan;
243 pScanParams->channelEntry[ i ].normalChannelEntry.bssId[ j ] = 0xff;
245 pScanParams->channelEntry[ i ].normalChannelEntry.earlyTerminationEvent = SCAN_ET_COND_DISABLE
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.c     [all...]
scanMngr.h     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 586 pParam->content.pScanParams = &scanParams;
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*/
614 pParam->content.pScanParams->scanType = SCAN_TYPE_TRIGGERED_PASSIVE;
618 pParam->content.pScanParams->scanType = SCAN_TYPE_TRIGGERED_ACTIVE;
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 750 TScanParams *pScanParams;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c     [all...]
TWDriver.h     [all...]

Completed in 128 milliseconds