Home
last modified time | relevance | path

Searched refs:mesh_id (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/
Dmesh.c738 char *mesh_id, *pos = buf; in mesh_attr_text() local
748 mesh_id = os_malloc(elems.mesh_id_len + 1); in mesh_attr_text()
749 if (mesh_id == NULL) in mesh_attr_text()
752 os_memcpy(mesh_id, elems.mesh_id, elems.mesh_id_len); in mesh_attr_text()
753 mesh_id[elems.mesh_id_len] = '\0'; in mesh_attr_text()
754 ret = os_snprintf(pos, end - pos, "mesh_id=%s\n", mesh_id); in mesh_attr_text()
755 os_free(mesh_id); in mesh_attr_text()
Dmesh_mpm.c160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
1216 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
/hostap-latest/tests/hwsim/
Dtest_wpas_mesh.py2249 mesh_id = "720e777061732d6d6573682d6f70656e"
2256 frame = hdr + fixed + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2262 frame = hdr + fixed + long_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2268 frame = hdr + fixed + supp_rates + mesh_id + short_mesh_conf + mpm + ht_capab + ht_oper
2273 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2286 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2294 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2302 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
2353 mesh_id = "720e777061732d6d6573682d6f70656e"
2359 … frame = hdr + fixed + supp_rates + ext_supp_rates + mesh_id + mesh_conf + mpm + ht_capab + ht_oper
[all …]
/hostap-latest/src/common/
Dieee802_11_common.h60 const u8 *mesh_id; member
Dieee802_11_common.c552 elems->mesh_id = pos; in __ieee802_11_parse_elems()
795 elems->mesh_id = NULL; in ieee802_11_elems_clear_ids()
/hostap-latest/wlantest/
Dbss.c247 bss->mesh = elems->mesh_id != NULL; in bss_update()
/hostap-latest/src/drivers/
Ddriver_nl80211.c12028 static int nl80211_put_mesh_id(struct nl_msg *msg, const u8 *mesh_id, in nl80211_put_mesh_id() argument
12031 if (mesh_id) { in nl80211_put_mesh_id()
12033 wpa_ssid_txt(mesh_id, mesh_id_len)); in nl80211_put_mesh_id()
12034 return nla_put(msg, NL80211_ATTR_MESH_ID, mesh_id_len, mesh_id); in nl80211_put_mesh_id()