Searched refs:fst_ies (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/wpa/src/ap/ |
| HD | beacon.c | 381 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 …]
|
| HD | ap_drv_ops.c | 85 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()
|
| HD | hostapd.h | 321 const struct wpabuf *fst_ies; member
|
| HD | hostapd.c | 1406 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()
|
| HD | ieee802_11.c | 1709 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/ |
| HD | 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()
|
| HD | fst.h | 75 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | sme.c | 442 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()
|
| HD | wpa_supplicant.c | 2196 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()
|
| HD | scan.c | 489 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()
|
| HD | wpa_supplicant_i.h | 985 const struct wpabuf *fst_ies; member
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | ctrl_iface.c | 2696 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()
|