HomeSort by relevance Sort by last modified time
    Searched refs:fst_ies (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/src/fst/
fst_iface.h 88 const struct wpabuf *fst_ies)
90 i->iface_obj.set_ies(i->iface_obj.ctx, fst_ies);
fst.h 73 * @fst_ies: MB IE buffer (owned by FST module)
75 void (*set_ies)(void *ctx, const struct wpabuf *fst_ies);
  /external/wpa_supplicant_8/src/ap/
beacon.c 385 if (hapd->iface->fst_ies)
386 buflen += wpabuf_len(hapd->iface->fst_ies);
487 if (hapd->iface->fst_ies) {
488 os_memcpy(pos, wpabuf_head(hapd->iface->fst_ies),
489 wpabuf_len(hapd->iface->fst_ies));
490 pos += wpabuf_len(hapd->iface->fst_ies);
1044 if (hapd->iface->fst_ies)
1045 tail_len += wpabuf_len(hapd->iface->fst_ies);
1172 if (hapd->iface->fst_ies) {
1173 os_memcpy(tailpos, wpabuf_head(hapd->iface->fst_ies),
    [all...]
hostapd.h 352 const struct wpabuf *fst_ies; member in struct:hostapd_iface
ap_drv_ops.c 96 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
98 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
hostapd.c     [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 428 if (wpa_s->fst_ies) {
429 int fst_ies_len = wpabuf_len(wpa_s->fst_ies);
435 wpabuf_head(wpa_s->fst_ies),
    [all...]
wpa_supplicant.c     [all...]
scan.c 537 if (wpa_s->fst_ies &&
538 wpabuf_resize(&extra_ie, wpabuf_len(wpa_s->fst_ies)) == 0)
539 wpabuf_put_buf(extra_ie, wpa_s->fst_ies);
    [all...]
wpa_supplicant_i.h 1085 const struct wpabuf *fst_ies; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]

Completed in 395 milliseconds