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

  /hardware/ti/wlan/wl1271/stad/Export_Inc/
STADExternalIf.h 338 * Upon enabling the Simple Configuration, the user must fill the probeReqWSCIE fields
346 TI_UINT8 probeReqWSCIE[DOT11_WSC_PROBE_REQ_MAX_LENGTH]; /**< Buffer which holds the parameters of ProbeReq - WSC IE */
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 906 if (min_len > sizeof(WscModeStruct.probeReqWSCIE)) {
907 min_len = sizeof(WscModeStruct.probeReqWSCIE);
909 os_memcpy(WscModeStruct.probeReqWSCIE, pos, min_len);
919 drv->probe_req_ie = wpabuf_alloc(sizeof(WscModeStruct.probeReqWSCIE));
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c     [all...]

Completed in 55 milliseconds