Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c77 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
320 params.meshid = ssid->ssid; in wpa_supplicant_join_mesh()
Dmesh_mpm.c158 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
268 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
287 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
/external/wpa_supplicant_8/src/ap/
Dap_config.h23 u8 meshid[32]; member
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1071 const u8 *meshid; member
Ddriver_nl80211.c7954 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()