HomeSort by: relevance | last modified time | path
    Searched refs:stypes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
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,
hs20_supplicant.c 211 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
222 if (stypes == BIT(HS20_STYPE_NAI_HOME_REALM_QUERY)) {
227 } else if (stypes == BIT(HS20_STYPE_ICON_REQUEST)) {
237 if (stypes & BIT(i))
247 static struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
256 hs20_put_anqp_req(stypes, payload, payload_len, buf);
262 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
284 "subtypes 0x%x", MAC2STR(dst), stypes);
286 buf = hs20_build_anqp_req(stypes, payload, payload_len);
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 130 char *stypes[] = {"Label", "Absolute", "Relative", "External"}; variable
544 stypes[symbols[i].type], symbols[i].name);
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c 2779 static const int stypes[] = { local
2800 for (i = 0; i < ARRAY_SIZE(stypes); i++) {
2803 (stypes[i] << 4),

Completed in 295 milliseconds