HomeSort by: relevance | last modified time | path
    Searched refs:mld_id (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
beacon.c 958 int mld_id, u16 links)
970 mld_id, links);
985 if (mld_id != -1 && link->iface == hapd->iface)
1042 if (mld_id != -1 && !params->mld_ap) {
1045 mld_id);
1259 int *mld_id, u16 *links)
1266 *mld_id = -1;
1299 *mld_id = pos[1];
1357 int mld_id; local
1596 elems.probe_req_mle_len, &mld_id, &links))
    [all...]
drv_callbacks.c 946 assoc_hapd->conf->mld_id != tmp_hapd->conf->mld_id)
997 hconf->mld_id != hapd->conf->mld_id)
ap_config.h 971 u8 mld_id; member in struct:hostapd_bss_config
  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.c 666 static struct wpabuf * wpa_supplicant_ml_probe_ie(int mld_id, u16 links)
674 if (mld_id >= 0) {
690 if (mld_id >= 0) {
692 wpabuf_put_u8(extra_ie, mld_id);
695 mld_id);
ctrl_iface.c 12127 int mld_id = -1, link_id = -1; local
12137 } else if (os_strncmp(token, "mld_id=", 7) == 0) {
12138 mld_id = atoi(token + 7);
12181 wpa_s->ml_probe_mld_id = mld_id;

Completed in 24 milliseconds