Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/wpa_supplicant/
HDmesh_mpm.c159 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
303 wpabuf_put_u8(buf, conf->meshid_len); in mesh_mpm_send_plink_action()
304 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
324 wpabuf_put_u8(buf, 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()
HDnotify.h159 const u8 *meshid, u8 meshid_len,
HDnotify.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()
HDmesh.c93 conf->meshid_len = ssid->ssid_len; in mesh_config_create()
632 params->meshid_len = ssid->ssid_len; in wpa_supplicant_join_mesh()
HDwpa_supplicant.c4749 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/freebsd-head/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new.h270 const u8 *meshid, u8 meshid_len,
626 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
HDdbus_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()
/freebsd-head/contrib/wpa/src/ap/
HDap_config.h34 u8 meshid_len; member
/freebsd-head/contrib/wpa/src/drivers/
HDdriver.h1875 int meshid_len; member
HDdriver_nl80211.c12042 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()