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

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.h 20 * @resp_len: Variable to be set to the response length
21 * Returns: Response (*resp_len bytes) or %NULL on failure
27 * this. If %NULL is returned, *resp_len can be set to two special values:
28 * 1 = send "FAIL\n" response, 2 = send "OK\n" response. If *resp_len has any
32 char *buf, size_t *resp_len);
38 * @resp_len: Variable to be set to the response length
39 * Returns: Response (*resp_len bytes) or %NULL on failure
44 * freeing the buffer after this. If %NULL is returned, *resp_len can be set to
46 * *resp_len has any other value, no response is sent.
49 char *buf, size_t *resp_len);
    [all...]
gas_query.c 309 u16 comeback_delay, resp_len; local
392 resp_len = WPA_GET_LE16(pos);
395 if (pos + resp_len > data + len) {
401 if (pos + resp_len < data + len) {
404 (unsigned int) (data + len - pos - resp_len),
409 gas_query_rx_comeback(gas, query, adv_proto, pos, resp_len,
412 gas_query_rx_initial(gas, query, adv_proto, pos, resp_len,
ctrl_iface.c 4700 size_t resp_len, start, requested_len; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 193 int is_p2p, size_t *resp_len)
308 *resp_len = pos - (u8 *) resp;
362 size_t i, resp_len; local
492 &resp_len);
503 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
515 size_t *resp_len)
546 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len);
558 size_t resp_len = 0; local
702 resp = hostapd_probe_resp_offloads(hapd, &resp_len);
711 params.proberesp_len = resp_len;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 981 uint32 resp_len; member in struct:wl_assoc_info
    [all...]

Completed in 658 milliseconds