Searched refs:fst_ies (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_iface.h | 88 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()
|
H A D | fst.h | 83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | beacon.c | 647 if (hapd->iface->fst_ies) in hostapd_probe_resp_elems_len() 648 buflen += wpabuf_len(hapd->iface->fst_ies); in hostapd_probe_resp_elems_len() 780 if (hapd->iface->fst_ies) { in hostapd_probe_resp_fill_elems() 781 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies), in hostapd_probe_resp_fill_elems() 782 wpabuf_len(hapd->iface->fst_ies)); in hostapd_probe_resp_fill_elems() 783 pos += wpabuf_len(hapd->iface->fst_ies); in hostapd_probe_resp_fill_elems() 2121 if (hapd->iface->fst_ies) in ieee802_11_build_ap_params() 2122 tail_len += wpabuf_len(hapd->iface->fst_ies); in ieee802_11_build_ap_params() 2268 if (hapd->iface->fst_ies) { in ieee802_11_build_ap_params() 2269 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies), in ieee802_11_build_ap_params() [all …]
|
H A D | ap_drv_ops.c | 106 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies() 107 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies() 108 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
|
H A D | hostapd.h | 558 const struct wpabuf *fst_ies; member
|
H A D | hostapd.c | 2263 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in fst_hostapd_set_ies_cb() argument 2267 if (hapd->iface->fst_ies != fst_ies) { in fst_hostapd_set_ies_cb() 2268 hapd->iface->fst_ies = fst_ies; in fst_hostapd_set_ies_cb()
|
H A D | ieee802_11.c | 4996 if (hapd->iface->fst_ies) { in send_assoc_resp() 4997 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies), in send_assoc_resp() 4998 wpabuf_len(hapd->iface->fst_ies)); in send_assoc_resp() 4999 p += wpabuf_len(hapd->iface->fst_ies); in send_assoc_resp()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | scan.c | 802 if (wpa_s->fst_ies && in wpa_supplicant_extra_ies() 803 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0) in wpa_supplicant_extra_ies() 804 wpabuf_put_buf(extra_ie, wpa_s->fst_ies); in wpa_supplicant_extra_ies()
|
H A D | wpa_supplicant.c | 3733 if (wpa_s->fst_ies) { in wpas_populate_assoc_ies() 3734 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_populate_assoc_ies() 3738 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_populate_assoc_ies() 6505 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in wpas_fst_set_ies_cb() argument 6509 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); in wpas_fst_set_ies_cb() 6510 wpa_s->fst_ies = fst_ies; in wpas_fst_set_ies_cb()
|
H A D | sme.c | 866 if (wpa_s->fst_ies) { in sme_send_authentication() 867 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in sme_send_authentication() 873 wpabuf_head(wpa_s->fst_ies), in sme_send_authentication()
|
H A D | wpa_supplicant_i.h | 1385 const struct wpabuf *fst_ies; member
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ctrl_iface.c | 5135 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()
|