/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_iface.h | 88 const struct wpabuf *fst_ies) in fst_iface_set_ies() 90 i->iface_obj.set_ies(i->iface_obj.ctx, fst_ies); in fst_iface_set_ies() 87 fst_iface_set_ies(struct fst_iface *i, const struct wpabuf *fst_ies) fst_iface_set_ies() argument
|
H A D | fst.h | 81 * @fst_ies: MB IE buffer (owned by FST module) 83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_iface.h | 88 const struct wpabuf *fst_ies) in fst_iface_set_ies() 90 i->iface_obj.set_ies(i->iface_obj.ctx, fst_ies); in fst_iface_set_ies() 87 fst_iface_set_ies(struct fst_iface *i, const struct wpabuf *fst_ies) fst_iface_set_ies() argument
|
H A D | fst.h | 81 * @fst_ies: MB IE buffer (owned by FST module) 83 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 450 if (hapd->iface->fst_ies) in hostapd_gen_probe_resp() 451 buflen += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp() 551 if (hapd->iface->fst_ies) { in hostapd_gen_probe_resp() 552 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies), in hostapd_gen_probe_resp() 553 wpabuf_len(hapd->iface->fst_ies)); in hostapd_gen_probe_resp() 554 pos += wpabuf_len(hapd->iface->fst_ies); in hostapd_gen_probe_resp() 1449 if (hapd->iface->fst_ies) in ieee802_11_build_ap_params() 1450 tail_len += wpabuf_len(hapd->iface->fst_ies); in ieee802_11_build_ap_params() 1573 if (hapd->iface->fst_ies) { in ieee802_11_build_ap_params() 1574 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies), in ieee802_11_build_ap_params() [all...] |
H A D | ap_drv_ops.c | 100 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies() 101 add_buf(&proberesp, hapd->iface->fst_ies) < 0 || in hostapd_build_ap_extra_ies() 102 add_buf(&assocresp, hapd->iface->fst_ies) < 0) in hostapd_build_ap_extra_ies()
|
H A D | hostapd.h | 476 const struct wpabuf *fst_ies; member
|
H A D | hostapd.c | 1797 static void fst_hostapd_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) in fst_hostapd_set_ies_cb() argument 1801 if (hapd->iface->fst_ies != fst_ies) { in fst_hostapd_set_ies_cb() 1802 hapd->iface->fst_ies = fst_ies; in fst_hostapd_set_ies_cb()
|
H A D | ieee802_11.c | 5190 if (hapd->iface->fst_ies) { in send_assoc_resp() 5191 os_memcpy(p, wpabuf_head(hapd->iface->fst_ies), in send_assoc_resp() 5192 wpabuf_len(hapd->iface->fst_ies)); in send_assoc_resp() 5193 p += wpabuf_len(hapd->iface->fst_ies); in send_assoc_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A 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() 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() 1210 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies), in ieee802_11_build_ap_params() [all...] |
H A 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()
|
H A D | hostapd.h | 445 const struct wpabuf *fst_ies; member
|
H A D | hostapd.c | 1648 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 D | ieee802_11.c | 3600 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 600 if (wpa_s->fst_ies && in wpa_supplicant_extra_ies() 601 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0) in wpa_supplicant_extra_ies() 602 wpabuf_put_buf(extra_ie, wpa_s->fst_ies); in wpa_supplicant_extra_ies()
|
H A 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()
|
H A D | wpa_supplicant_i.h | 1135 const struct wpabuf *fst_ies; member
|
H A D | wpa_supplicant.c | 2832 if (wpa_s->fst_ies) { in wpas_populate_assoc_ies() 2833 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); in wpas_populate_assoc_ies() 2837 wpabuf_head(wpa_s->fst_ies), fst_ies_len); in wpas_populate_assoc_ies() 4981 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) argument 4985 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); 4986 wpa_s->fst_ies = fst_ies;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 685 if (wpa_s->fst_ies && in wpa_supplicant_extra_ies() 686 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0) in wpa_supplicant_extra_ies() 687 wpabuf_put_buf(extra_ie, wpa_s->fst_ies); in wpa_supplicant_extra_ies()
|
H A D | wpa_supplicant.c | 3359 if (wpa_s->fst_ies) { 3360 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); 3364 wpabuf_head(wpa_s->fst_ies), fst_ies_len); 6232 static void wpas_fst_set_ies_cb(void *ctx, const struct wpabuf *fst_ies) argument 6236 wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies); 6237 wpa_s->fst_ies = fst_ies;
|
H A D | sme.c | 870 if (wpa_s->fst_ies) { 871 int fst_ies_len = wpabuf_len(wpa_s->fst_ies); 877 wpabuf_head(wpa_s->fst_ies),
|
H A D | wpa_supplicant_i.h | 1419 const struct wpabuf *fst_ies; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 3903 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 4561 hapd->iface->fst_ies = NULL; in hostapd_global_ctrl_iface_fst_detach()
|