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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c373 u8 dialog_token, const struct wpabuf *resp_tlvs)
378 if (wpabuf_len(resp_tlvs) > 1400) {
391 p2p->sd_resp = wpabuf_dup(resp_tlvs);
406 p2p->srv_update_indic, resp_tlvs);
372 p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c373 u8 dialog_token, const struct wpabuf *resp_tlvs)
378 if (wpabuf_len(resp_tlvs) > 1400) {
391 p2p->sd_resp = wpabuf_dup(resp_tlvs);
406 p2p->srv_update_indic, resp_tlvs);
372 p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c373 u8 dialog_token, const struct wpabuf *resp_tlvs)
378 if (wpabuf_len(resp_tlvs) > 1400) {
391 p2p->sd_resp = wpabuf_dup(resp_tlvs);
406 p2p->srv_update_indic, resp_tlvs);
372 p2p_sd_response(struct p2p_data *p2p, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h611 const struct wpabuf *resp_tlvs)
616 dialog_token, resp_tlvs);
608 wpa_drv_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument
H A Dctrl_iface.c3910 struct wpabuf *resp_tlvs; local
3939 resp_tlvs = wpabuf_alloc(len);
3940 if (resp_tlvs == NULL)
3942 if (hexstr2bin(pos2, wpabuf_put(resp_tlvs, len), len) < 0) {
3943 wpabuf_free(resp_tlvs);
3947 wpas_p2p_sd_response(wpa_s, freq, dst, dialog_token, resp_tlvs);
3948 wpabuf_free(resp_tlvs);
H A Dp2p_supplicant.c2294 const struct wpabuf *resp_tlvs)
2298 resp_tlvs);
2304 resp_tlvs);
2292 wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) argument

Completed in 190 milliseconds