Searched refs:stypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | hs20_supplicant.h | 17 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 D | hs20_supplicant.c | 212 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len, in hs20_put_anqp_req() argument 223 if (stypes == BIT(HS20_STYPE_NAI_HOME_REALM_QUERY)) { in hs20_put_anqp_req() 228 } else if (stypes == BIT(HS20_STYPE_ICON_REQUEST)) { in hs20_put_anqp_req() 238 if (stypes & BIT(i)) in hs20_put_anqp_req() 248 static struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload, in hs20_build_anqp_req() argument 257 hs20_put_anqp_req(stypes, payload, payload_len, buf); in hs20_build_anqp_req() 263 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, in hs20_anqp_send_req() argument 285 "subtypes 0x%x", MAC2STR(dst), stypes); in hs20_anqp_send_req() 287 buf = hs20_build_anqp_req(stypes, payload, payload_len); in hs20_anqp_send_req()
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.c | 2631 static const int stypes[] = { in nl80211_mgmt_subscribe_ap() local 2652 for (i = 0; i < ARRAY_SIZE(stypes); i++) { in nl80211_mgmt_subscribe_ap() 2655 (stypes[i] << 4), in nl80211_mgmt_subscribe_ap()
|