/freebsd/tools/tools/net80211/scripts/mesh/ |
H A D | common | 11 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
|
/freebsd/tools/tools/net80211/scripts/ |
H A D | config | 51 # default meshid for mesh vaps
|
/freebsd/sys/net80211/ |
H A D | ieee80211_mesh.c | 1896 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 D | ieee80211_input.c | 641 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 D | ieee80211_scan.h | 255 uint8_t *meshid; member
|
H A D | ieee80211_scan_sta.c | 304 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 D | dbus_new.h | 270 const u8 *meshid, u8 meshid_len, 626 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
|
H A D | dbus_new.c | 838 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 D | notify.h | 159 const u8 *meshid, u8 meshid_len,
|
H A D | notify.c | 964 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 D | mesh.c | 92 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 D | mesh_mpm.c | 160 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 D | wpa_supplicant.c | 4748 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_config.h | 33 u8 meshid[32]; member
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 1874 const u8 *meshid; member
|
H A D | driver_nl80211.c | 12042 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()
|