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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 333 /** \struct TWscMode
347 } TWscMode;
paramOut.h 595 TWscMode siteMgrWSCMode; /* used to set the WiFi Simple Config mode */
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 867 TWscMode WscModeStruct;
883 os_memset(&WscModeStruct, 0, sizeof(TWscMode));
912 wpa_hexdump(MSG_DEBUG, "SetProbeReqIe:WscModeStruct", (u8*)&WscModeStruct, sizeof(TWscMode));
913 if(0 == wpa_driver_tista_private_send(priv, SITE_MGR_SIMPLE_CONFIG_MODE, (void*)&WscModeStruct, sizeof(TWscMode), NULL, 0)) {
    [all...]

Completed in 247 milliseconds