Lines Matching refs:adv_proto
127 const struct wpabuf *adv_proto, in interworking_anqp_resp_cb() argument
136 anqp_resp_cb(wpa_s, dst, dialog_token, result, adv_proto, resp, in interworking_anqp_resp_cb()
3121 const struct wpabuf *adv_proto, in anqp_resp_cb() argument
3144 pos = wpabuf_head(adv_proto); in anqp_resp_cb()
3145 if (wpabuf_len(adv_proto) < 4 || pos[0] != WLAN_EID_ADV_PROTO || in anqp_resp_cb()
3246 const struct wpabuf *adv_proto, in gas_resp_cb() argument
3273 const struct wpabuf *adv_proto, in gas_send_request() argument
3293 wpa_hexdump_buf(MSG_DEBUG, "Advertisement Protocol ID", adv_proto); in gas_send_request()
3296 len = 3 + wpabuf_len(adv_proto) + 2; in gas_send_request()
3305 wpabuf_put_u8(buf, 1 + wpabuf_len(adv_proto)); /* Length */ in gas_send_request()
3307 wpabuf_put_buf(buf, adv_proto); in gas_send_request()