Searched refs:stypes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.h17 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
19 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
H A Dhs20_supplicant.c212 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len, argument
223 if (stypes == BIT(HS20_STYPE_NAI_HOME_REALM_QUERY)) {
228 } else if (stypes == BIT(HS20_STYPE_ICON_REQUEST)) {
238 if (stypes & BIT(i))
248 static struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload, argument
257 hs20_put_anqp_req(stypes, payload, payload_len, buf);
263 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, argument
285 "subtypes 0x%x", MAC2STR(dst), stypes);
287 buf = hs20_build_anqp_req(stypes, payload, payload_len);

Completed in 122 milliseconds