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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c425 u8 dialog_token, const struct wpabuf *resp_tlvs)
437 if (wpabuf_len(resp_tlvs) > max_len) {
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
465 p2p->srv_update_indic, resp_tlvs);
424 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.c425 u8 dialog_token, const struct wpabuf *resp_tlvs)
437 if (wpabuf_len(resp_tlvs) > max_len) {
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
465 p2p->srv_update_indic, resp_tlvs);
424 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.c425 u8 dialog_token, const struct wpabuf *resp_tlvs)
437 if (wpabuf_len(resp_tlvs) > max_len) {
450 p2p->sd_resp = wpabuf_dup(resp_tlvs);
465 p2p->srv_update_indic, resp_tlvs);
424 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 Dp2p_supplicant_sd.c1111 const struct wpabuf *resp_tlvs)
1116 resp_tlvs);
1109 wpas_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.c5278 struct wpabuf *resp_tlvs; local
5307 resp_tlvs = wpabuf_alloc(len);
5308 if (resp_tlvs == NULL)
5310 if (hexstr2bin(pos2, wpabuf_put(resp_tlvs, len), len) < 0) {
5311 wpabuf_free(resp_tlvs);
5315 wpas_p2p_sd_response(wpa_s, freq, dst, dialog_token, resp_tlvs);
5316 wpabuf_free(resp_tlvs);

Completed in 176 milliseconds