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

/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_iface.h88 const struct wpabuf *fst_ies)
90 i->iface_obj.set_ies(i->iface_obj.ctx, fst_ies);
87 fst_iface_set_ies(struct fst_iface *i, const struct wpabuf *fst_ies) argument
H A Dfst.h81 * @fst_ies: MB IE buffer (owned by FST module)
83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c387 if (hapd->iface->fst_ies)
388 buflen += wpabuf_len(hapd->iface->fst_ies);
493 if (hapd->iface->fst_ies) {
494 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies),
495 wpabuf_len(hapd->iface->fst_ies));
496 pos += wpabuf_len(hapd->iface->fst_ies);
1076 if (hapd->iface->fst_ies)
1077 tail_len += wpabuf_len(hapd->iface->fst_ies);
1209 if (hapd->iface->fst_ies) {
1210 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies),
[all...]
H A Dap_drv_ops.c97 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
98 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
99 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
H A Dhostapd.h445 const struct wpabuf *fst_ies; member in struct:hostapd_iface
H A Dhostapd.c1648 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) argument
1652 if (hapd->iface->fst_ies != fst_ies) {
1653 hapd->iface->fst_ies = fst_ies;
H A Dieee802_11.c3600 if (hapd->iface->fst_ies) {
3601 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies),
3602 wpabuf_len(hapd->iface->fst_ies));
3603 p += wpabuf_len(hapd->iface->fst_ies);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c526 if (wpa_s->fst_ies) {
527 int fst_ies_len = wpabuf_len(wpa_s->fst_ies);
533 wpabuf_head(wpa_s->fst_ies),
H A Dscan.c589 if (wpa_s->fst_ies &&
590 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0)
591 wpabuf_put_buf(extra_ie, wpa_s->fst_ies);
H A Dwpa_supplicant_i.h1132 const struct wpabuf *fst_ies; member in struct:wpa_supplicant
H A Dwpa_supplicant.c2805 if (wpa_s->fst_ies) {
2806 int fst_ies_len = wpabuf_len(wpa_s->fst_ies);
2810 wpabuf_head(wpa_s->fst_ies), fst_ies_len);
4947 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) argument
4951 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies);
4952 wpa_s->fst_ies = fst_ies;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c3903 hapd->iface->fst_ies = NULL;

Completed in 257 milliseconds