/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 | 314 u16 comeback_delay, resp_len; local 397 resp_len = WPA_GET_LE16(pos); 400 if (pos + resp_len > data + len) { 406 if (pos + resp_len < data + len) { 409 (unsigned int) (data + len - pos - resp_len), 414 gas_query_rx_comeback(gas, query, adv_proto, pos, resp_len, 417 gas_query_rx_initial(gas, query, adv_proto, pos, resp_len,
|
ctrl_iface.c | 4815 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 513 &resp_len); 524 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0) 536 size_t *resp_len) 567 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len); 579 size_t resp_len = 0; local 723 resp = hostapd_probe_resp_offloads(hapd, &resp_len); 732 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...] |