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

  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 300 TPeriodicScanSsid tDesiredSsid[ PERIODIC_SCAN_MAX_SSID_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned SSIDs.
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 740 pSme->tScanParams.tDesiredSsid[ 0 ].eVisability = SCAN_SSID_VISABILITY_HIDDEN;
741 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
748 pSme->tScanParams.tDesiredSsid[ 1 ].tSsid.len = 0;
749 pSme->tScanParams.tDesiredSsid[ 1 ].eVisability = SCAN_SSID_VISABILITY_PUBLIC;
760 pSme->tScanParams.tDesiredSsid[ 0 ].eVisability = SCAN_SSID_VISABILITY_HIDDEN;
761 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
770 pSme->tScanParams.tDesiredSsid[ 1 ].eVisability = SCAN_SSID_VISABILITY_PUBLIC;
771 pSme->tScanParams.tDesiredSsid[ 1 ].tSsid.len = 0;
    [all...]
sme.c 168 pSme->tSsid.len = pModifiedInitParams->tDesiredSsid.len;
174 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pModifiedInitParams->tDesiredSsid.str[ 0 ]), pSme->tSsid.len);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 563 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].eVisability;
565 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.len;
567 (void*)&(pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.str[ 0 ]),
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 910 TSsid tDesiredSsid;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 184 milliseconds