Home
last modified time | relevance | path

Searched refs:fst_ies (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDbeacon.c381 if (hapd->iface->fst_ies) in hostapd_gen_probe_resp()
382 buflen += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp()
458 if (hapd->iface->fst_ies) { in hostapd_gen_probe_resp()
459 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies), in hostapd_gen_probe_resp()
460 wpabuf_len(hapd->iface->fst_ies)); in hostapd_gen_probe_resp()
461 pos += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp()
924 if (hapd->iface->fst_ies) in ieee802_11_build_ap_params()
925 tail_len += wpabuf_len(hapd->iface->fst_ies); in ieee802_11_build_ap_params()
1027 if (hapd->iface->fst_ies) { in ieee802_11_build_ap_params()
1028 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies), in ieee802_11_build_ap_params()
[all …]
HDap_drv_ops.c85 if (hapd->iface->fst_ies) { in hostapd_build_ap_extra_ies()
86 size_t add = wpabuf_len(hapd->iface->fst_ies); in hostapd_build_ap_extra_ies()
90 wpabuf_put_buf(beacon, hapd->iface->fst_ies); in hostapd_build_ap_extra_ies()
93 wpabuf_put_buf(proberesp, hapd->iface->fst_ies); in hostapd_build_ap_extra_ies()
96 wpabuf_put_buf(assocresp, hapd->iface->fst_ies); in hostapd_build_ap_extra_ies()
HDhostapd.h321 const struct wpabuf *fst_ies; member
HDhostapd.c1406 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in fst_hostapd_set_ies_cb() argument
1410 if (hapd->iface->fst_ies != fst_ies) { in fst_hostapd_set_ies_cb()
1411 hapd->iface->fst_ies = fst_ies; in fst_hostapd_set_ies_cb()
HDieee802_11.c1709 if (hapd->iface->fst_ies) { in send_assoc_resp()
1710 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies), in send_assoc_resp()
1711 wpabuf_len(hapd->iface->fst_ies)); in send_assoc_resp()
1712 p += wpabuf_len(hapd->iface->fst_ies); in send_assoc_resp()
/NextBSD/contrib/wpa/src/fst/
HDfst_iface.h88 const struct wpabuf *fst_ies) in fst_iface_set_ies() argument
90 i->iface_obj.set_ies(i->iface_obj.ctx, fst_ies); in fst_iface_set_ies()
HDfst.h75 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
/NextBSD/contrib/wpa/wpa_supplicant/
HDsme.c442 if (wpa_s->fst_ies) { in sme_send_authentication()
443 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in sme_send_authentication()
449 wpabuf_head(wpa_s->fst_ies), in sme_send_authentication()
HDwpa_supplicant.c2196 if (wpa_s->fst_ies) { in wpas_start_assoc_cb()
2197 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_start_assoc_cb()
2201 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_start_assoc_cb()
3775 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in wpas_fst_set_ies_cb() argument
3779 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); in wpas_fst_set_ies_cb()
3780 wpa_s->fst_ies = fst_ies; in wpas_fst_set_ies_cb()
HDscan.c489 if (wpa_s->fst_ies && in wpa_supplicant_extra_ies()
490 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0) in wpa_supplicant_extra_ies()
491 wpabuf_put_buf(extra_ie, wpa_s->fst_ies); in wpa_supplicant_extra_ies()
HDwpa_supplicant_i.h985 const struct wpabuf *fst_ies; member
/NextBSD/contrib/wpa/hostapd/
HDctrl_iface.c2696 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()