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

  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 26 * @resp_len: Variable to be set to the response length
27 * Returns: Response (*resp_len bytes) or %NULL on failure
33 * this. If %NULL is returned, *resp_len can be set to two special values:
34 * 1 = send "FAIL\n" response, 2 = send "OK\n" response. If *resp_len has any
38 char *buf, size_t *resp_len);
44 * @resp_len: Variable to be set to the response length
45 * Returns: Response (*resp_len bytes) or %NULL on failure
50 * freeing the buffer after this. If %NULL is returned, *resp_len can be set to
52 * *resp_len has any other value, no response is sent.
55 char *buf, size_t *resp_len);
    [all...]
ctrl_iface.c     [all...]
  /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 282 u16 comeback_delay, resp_len; local
365 resp_len = WPA_GET_LE16(pos);
368 if (pos + resp_len > data + len) {
374 if (pos + resp_len < data + len) {
377 (unsigned int) (data + len - pos - resp_len),
382 gas_query_rx_comeback(gas, query, adv_proto, pos, resp_len,
385 gas_query_rx_initial(gas, query, adv_proto, pos, resp_len,
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 192 int is_p2p, size_t *resp_len)
290 *resp_len = pos - (u8 *) resp;
303 size_t i, resp_len; local
431 &resp_len);
441 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
453 size_t *resp_len)
484 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len);
496 size_t resp_len = 0; local
623 resp = hostapd_probe_resp_offloads(hapd, &resp_len);
632 params.proberesp_len = resp_len;
    [all...]

Completed in 508 milliseconds