Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
Dmesh_mpm.c158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
295 wpabuf_put_u8(buf, conf->meshid_len); in mesh_mpm_send_plink_action()
296 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
316 wpabuf_put_u8(buf, conf->meshid_len); in mesh_mpm_send_plink_action()
317 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
Dnotify.c920 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed() argument
926 wpas_dbus_signal_mesh_group_removed(wpa_s, meshid, meshid_len, in wpas_notify_mesh_group_removed()
Dnotify.h154 const u8 *meshid, u8 meshid_len,
Dmesh.c93 conf->meshid_len = ssid->ssid_len; in mesh_config_create()
631 params->meshid_len = ssid->ssid_len; in wpa_supplicant_join_mesh()
Dwpa_supplicant.c4187 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/hostap-3.6.0/wpa_supplicant/dbus/
Ddbus_new.h266 const u8 *meshid, u8 meshid_len,
614 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
861 meshid_len) || in wpas_dbus_signal_mesh_group_removed()
/hostap-3.6.0/src/ap/
Dap_config.h28 u8 meshid_len; member
/hostap-3.6.0/src/drivers/
Ddriver.h1609 int meshid_len; member
Ddriver_nl80211.c10545 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()