Searched defs:resp_len (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c314 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,
H A Dctrl_iface.c4815 size_t resp_len, start, requested_len; local
4833 resp_len = wpabuf_len(wpa_s->last_gas_resp);
4835 requested_len = resp_len;
4840 if (start > resp_len)
4847 if (start + requested_len > resp_len)
5240 char *buf, size_t *resp_len)
5265 *resp_len = 1;
5790 *resp_len = reply_len;
5969 char *cmd, size_t *resp_len)
5981 *resp_len
5239 wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s, char *buf, size_t *resp_len) argument
5967 wpas_global_ctrl_iface_ifname(struct wpa_global *global, const char *ifname, char *cmd, size_t *resp_len) argument
5991 wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global, char *buf, size_t *resp_len) argument
6066 wpas_global_ctrl_iface_redir_wfd(struct wpa_global *global, char *buf, size_t *resp_len) argument
6081 wpas_global_ctrl_iface_redir(struct wpa_global *global, char *buf, size_t *resp_len) argument
6194 wpa_supplicant_global_ctrl_iface_process(struct wpa_global *global, char *buf, size_t *resp_len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c193 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;
190 hostapd_gen_probe_resp(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *req, int is_p2p, size_t *resp_len) argument
535 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c193 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;
190 hostapd_gen_probe_resp(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *req, int is_p2p, size_t *resp_len) argument
535 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c193 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;
190 hostapd_gen_probe_resp(struct hostapd_data *hapd, struct sta_info *sta, const struct ieee80211_mgmt *req, int is_p2p, size_t *resp_len) argument
535 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
[all...]

Completed in 198 milliseconds