Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dbeacon.c387 if (hapd->iface->fst_ies) in hostapd_gen_probe_resp()
388 buflen += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp()
493 if (hapd->iface->fst_ies) { in hostapd_gen_probe_resp()
494 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies), in hostapd_gen_probe_resp()
495 wpabuf_len(hapd->iface->fst_ies)); in hostapd_gen_probe_resp()
496 pos += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp()
1076 if (hapd->iface->fst_ies) in ieee802_11_build_ap_params()
1077 tail_len += wpabuf_len(hapd->iface->fst_ies); in ieee802_11_build_ap_params()
1209 if (hapd->iface->fst_ies) { in ieee802_11_build_ap_params()
1211 wpabuf_len(hapd->iface->fst_ies)); in ieee802_11_build_ap_params()
[all …]
H A Dap_drv_ops.c97 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies()
99 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
H A Dhostapd.c1648 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in fst_hostapd_set_ies_cb() argument
1652 if (hapd->iface->fst_ies != fst_ies) { in fst_hostapd_set_ies_cb()
1653 hapd->iface->fst_ies = fst_ies; in fst_hostapd_set_ies_cb()
H A Dhostapd.h445 const struct wpabuf *fst_ies; member
H A Dieee802_11.c3600 if (hapd->iface->fst_ies) { in send_assoc_resp()
3601 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies), in send_assoc_resp()
3602 wpabuf_len(hapd->iface->fst_ies)); in send_assoc_resp()
3603 p += wpabuf_len(hapd->iface->fst_ies); in send_assoc_resp()
/netbsd/external/bsd/wpa/dist/src/fst/
H A Dfst_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()
H A Dfst.h83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dscan.c589 if (wpa_s->fst_ies && in wpa_supplicant_extra_ies()
590 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0) in wpa_supplicant_extra_ies()
591 wpabuf_put_buf(extra_ie, wpa_s->fst_ies); in wpa_supplicant_extra_ies()
H A Dsme.c526 if (wpa_s->fst_ies) { in sme_send_authentication()
527 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in sme_send_authentication()
533 wpabuf_head(wpa_s->fst_ies), in sme_send_authentication()
H A Dwpa_supplicant.c2805 if (wpa_s->fst_ies) { in wpas_populate_assoc_ies()
2806 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_populate_assoc_ies()
2810 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_populate_assoc_ies()
4947 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in wpas_fst_set_ies_cb() argument
4951 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); in wpas_fst_set_ies_cb()
4952 wpa_s->fst_ies = fst_ies; in wpas_fst_set_ies_cb()
H A Dwpa_supplicant_i.h1143 const struct wpabuf *fst_ies; member
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dctrl_iface.c3903 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()