Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/dbus/
Ddbus_new.h270 const u8 *meshid, u8 meshid_len,
626 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
Ddbus_new.c838 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
860 (const char *) meshid, in wpas_dbus_signal_mesh_group_removed()
/hostap-latest/wpa_supplicant/
Dnotify.h159 const u8 *meshid, u8 meshid_len,
Dnotify.c964 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed() argument
970 wpas_dbus_signal_mesh_group_removed(wpa_s, meshid, meshid_len, in wpas_notify_mesh_group_removed()
Dmesh.c92 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
631 params->meshid = ssid->ssid; in wpa_supplicant_join_mesh()
Dmesh_mpm.c160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
304 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
325 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
Dwpa_supplicant.c4623 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
/hostap-latest/src/ap/
Dap_config.h33 u8 meshid[32]; member
/hostap-latest/src/drivers/
Ddriver.h1886 const u8 *meshid; member
Ddriver_nl80211.c12100 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()