Searched refs:fst_ies (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | beacon.c | 387 if (hapd->iface->fst_ies) in hostapd_gen_probe_resp() 388 buflen += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp() 492 if (hapd->iface->fst_ies) { in hostapd_gen_probe_resp() 493 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies), in hostapd_gen_probe_resp() 494 wpabuf_len(hapd->iface->fst_ies)); in hostapd_gen_probe_resp() 495 pos += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp() 1074 if (hapd->iface->fst_ies) in ieee802_11_build_ap_params() 1075 tail_len += wpabuf_len(hapd->iface->fst_ies); in ieee802_11_build_ap_params() 1206 if (hapd->iface->fst_ies) { in ieee802_11_build_ap_params() 1207 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies), in ieee802_11_build_ap_params() [all …]
|
D | ap_drv_ops.c | 97 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()
|
D | hostapd.h | 427 const struct wpabuf *fst_ies; member
|
D | hostapd.c | 1583 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in fst_hostapd_set_ies_cb() argument 1587 if (hapd->iface->fst_ies != fst_ies) { in fst_hostapd_set_ies_cb() 1588 hapd->iface->fst_ies = fst_ies; in fst_hostapd_set_ies_cb()
|
D | ieee802_11.c | 3441 if (hapd->iface->fst_ies) { in send_assoc_resp() 3442 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies), in send_assoc_resp() 3443 wpabuf_len(hapd->iface->fst_ies)); in send_assoc_resp() 3444 p += wpabuf_len(hapd->iface->fst_ies); in send_assoc_resp()
|
/external/wpa_supplicant_8/src/fst/ |
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()
|
D | fst.h | 83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.c | 589 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()
|
D | wpa_supplicant.c | 2797 if (wpa_s->fst_ies) { in wpas_populate_assoc_ies() 2798 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_populate_assoc_ies() 2802 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_populate_assoc_ies() 4938 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in wpas_fst_set_ies_cb() argument 4942 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); in wpas_fst_set_ies_cb() 4943 wpa_s->fst_ies = fst_ies; in wpas_fst_set_ies_cb()
|
D | sme.c | 526 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()
|
D | wpa_supplicant_i.h | 1133 const struct wpabuf *fst_ies; member
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 3880 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()
|