HomeSort by relevance Sort by last modified time
    Searched refs:tDesiredSsid (Results 1 - 14 of 14) 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.
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 301 TPeriodicScanSsid tDesiredSsid[ PERIODIC_SCAN_MAX_SSID_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned SSIDs.
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSm.c 733 pSme->tScanParams.tDesiredSsid[ 0 ].eVisability = SCAN_SSID_VISABILITY_HIDDEN;
734 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
745 pSme->tScanParams.tDesiredSsid[ 0 ].eVisability = SCAN_SSID_VISABILITY_HIDDEN;
746 os_memoryCopy (pSme->hOS, &(pSme->tScanParams.tDesiredSsid[ 0 ].tSsid), &(pSme->tSsid), sizeof (TSsid));
755 pSme->tScanParams.tDesiredSsid[ 1 ].eVisability = SCAN_SSID_VISABILITY_PUBLIC;
756 pSme->tScanParams.tDesiredSsid[ 1 ].tSsid.len = 0;
    [all...]
sme.c 160 pSme->tSsid.len = pModifiedInitParams->tDesiredSsid.len;
161 os_memoryCopy (pSme->hOS, &(pSme->tSsid.str[ 0 ]), &(pModifiedInitParams->tDesiredSsid.str[ 0 ]), pModifiedInitParams->tDesiredSsid.len);
    [all...]
  /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...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c 564 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].eVisability;
566 (TI_UINT8)pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.len;
568 (void*)&(pPeriodicScanParams->tDesiredSsid[ uIndex ].tSsid.str[ 0 ]),
    [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 910 TSsid tDesiredSsid;
    [all...]
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
paramOut.h 889 TSsid tDesiredSsid;
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 531 milliseconds