Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/scripts/mesh/
H A Dcommon11 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
/freebsd/tools/tools/net80211/scripts/
H A Dconfig51 # default meshid for mesh vaps
/freebsd/sys/net80211/
H A Dieee80211_mesh.c1896 scan.meshid == NULL || scan.meshconf == NULL) { in mesh_recv_mgmt()
1905 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 || in mesh_recv_mgmt()
1978 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
2001 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2015 meshid = frm; in mesh_recv_mgmt()
2025 if (meshid != NULL) { in mesh_recv_mgmt()
2026 IEEE80211_VERIFY_ELEMENT(meshid, in mesh_recv_mgmt()
2029 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, return); in mesh_recv_mgmt()
2112 const uint8_t *meshid, *meshconf; in mesh_parse_meshpeering_action() local
2115 meshid = meshconf = NULL; in mesh_parse_meshpeering_action()
[all …]
H A Dieee80211_input.c641 scan->meshid = frm; in ieee80211_parse_beacon()
748 if (scan->meshid != NULL) { in ieee80211_parse_beacon()
749 IEEE80211_VERIFY_ELEMENT(scan->meshid, IEEE80211_MESHID_LEN, in ieee80211_parse_beacon()
H A Dieee80211_scan.h255 uint8_t *meshid; member
H A Dieee80211_scan_sta.c304 if (sp->meshid != NULL && sp->meshid[1] != 0) in sta_add()
305 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]); in sta_add()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h270 const u8 *meshid, u8 meshid_len,
626 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
H A 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()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnotify.h159 const u8 *meshid, u8 meshid_len,
H A 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()
H A 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()
H A 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()
H A Dwpa_supplicant.c4748 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h33 u8 meshid[32]; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h1874 const u8 *meshid; member
H A Ddriver_nl80211.c12042 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()