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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c193 int is_p2p, size_t *resp_len)
308 *resp_len = pos - (u8 *) resp;
322 size_t i, resp_len; local
450 &resp_len);
460 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
472 size_t *resp_len)
503 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len);
515 size_t resp_len = 0; local
659 resp = hostapd_probe_resp_offloads(hapd, &resp_len);
668 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
471 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;
322 size_t i, resp_len; local
450 &resp_len);
460 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
472 size_t *resp_len)
503 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len);
515 size_t resp_len = 0; local
659 resp = hostapd_probe_resp_offloads(hapd, &resp_len);
668 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
471 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c282 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,
H A Dctrl_iface.c4145 size_t resp_len, start, requested_len; local
4163 resp_len = wpabuf_len(wpa_s->last_gas_resp);
4165 requested_len = resp_len;
4170 if (start > resp_len)
4177 if (start + requested_len > resp_len)
4387 char *buf, size_t *resp_len)
4409 *resp_len = 1;
4920 *resp_len = reply_len;
5098 char *buf, size_t *resp_len)
5112 *resp_len
4386 wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s, char *buf, size_t *resp_len) argument
5097 wpa_supplicant_global_ctrl_iface_process(struct wpa_global *global, char *buf, 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;
322 size_t i, resp_len; local
450 &resp_len);
460 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
472 size_t *resp_len)
503 return hostapd_gen_probe_resp(hapd, NULL, NULL, 0, resp_len);
515 size_t resp_len = 0; local
659 resp = hostapd_probe_resp_offloads(hapd, &resp_len);
668 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
471 hostapd_probe_resp_offloads(struct hostapd_data *hapd, size_t *resp_len) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface.c1640 char *buf, size_t *resp_len)
1662 *resp_len = 1;
1841 *resp_len = reply_len;
2019 char *buf, size_t *resp_len)
2032 *resp_len = 1;
2066 *resp_len = reply_len;
1639 wpa_supplicant_ctrl_iface_process(struct wpa_supplicant *wpa_s, char *buf, size_t *resp_len) argument
2018 wpa_supplicant_global_ctrl_iface_process(struct wpa_global *global, char *buf, size_t *resp_len) argument

Completed in 121 milliseconds