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

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
wpa_core.h 59 S32 WpaCore_SetBssType(THandle hWpaCore, U32 BssType);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 389 TRACE4(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Terminate on report: %d, result tag: %d, BSS type: %d, number of probe requests: %d\n", pCommand->terminateOnReport, pCommand->resultsTag, pCommand->bssType, pCommand->numProbe);
527 tFWPeriodicScanParams.bssType = (ScanBssType_e)pPeriodicScanParams->eBssType;
    [all...]
CmdBldCmdIE.h 45 TI_STATUS cmdBld_CmdIeStartBss (TI_HANDLE hCmdBld, BSS_e BssType, void *fJoinCompleteCB, TI_HANDLE hCb);
CmdBldDb.h 171 TI_UINT8 BssType;
CmdBldCmdIE.c 133 TI_STATUS cmdBld_CmdIeStartBss (TI_HANDLE hCmdBld, BSS_e BssType, void *fJoinCompleteCb, TI_HANDLE hCb)
155 pCmd->bssType = BssType;
157 pCmd->bssType |= DB_WLAN(hCmdBld).RadioBand << 4;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
wpa_core.c 496 S32 WpaCore_SetBssType(THandle hWpaCore, U32 BssType)
500 switch(BssType)

Completed in 128 milliseconds