Home
last modified time | relevance | path

Searched refs:mld_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c958 int mld_id, u16 links) in hostapd_fill_probe_resp_ml_params() argument
970 mld_id, links); in hostapd_fill_probe_resp_ml_params()
985 if (mld_id != -1 && link->iface == hapd->iface) in hostapd_fill_probe_resp_ml_params()
1042 if (mld_id != -1 && !params->mld_ap) { in hostapd_fill_probe_resp_ml_params()
1045 mld_id); in hostapd_fill_probe_resp_ml_params()
1259 int *mld_id, u16 *links) in parse_ml_probe_req() argument
1266 *mld_id = -1; in parse_ml_probe_req()
1299 *mld_id = pos[1]; in parse_ml_probe_req()
1357 int mld_id; in handle_probe_req() local
1596 elems.probe_req_mle_len, &mld_id, &links)) { in handle_probe_req()
[all …]
H A Ddrv_callbacks.c946 assoc_hapd->conf->mld_id != tmp_hapd->conf->mld_id) in hostapd_notif_disassoc_mld()
997 hconf->mld_id != hapd->conf->mld_id) in hostapd_notif_disassoc()
H A Dap_config.h971 u8 mld_id; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c666 static struct wpabuf * wpa_supplicant_ml_probe_ie(int mld_id, u16 links) in wpa_supplicant_ml_probe_ie() argument
674 if (mld_id >= 0) { in wpa_supplicant_ml_probe_ie()
690 if (mld_id >= 0) { in wpa_supplicant_ml_probe_ie()
692 wpabuf_put_u8(extra_ie, mld_id); in wpa_supplicant_ml_probe_ie()
695 mld_id); in wpa_supplicant_ml_probe_ie()
H A Dctrl_iface.c12123 int mld_id = -1, link_id = -1; in wpas_ctrl_ml_probe() local
12134 mld_id = atoi(token + 7); in wpas_ctrl_ml_probe()
12177 wpa_s->ml_probe_mld_id = mld_id; in wpas_ctrl_ml_probe()