Home
last modified time | relevance | path

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

/dragonfly/tools/tools/net80211/scripts/mesh/
H A Dcommon12 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c1943 scan.meshid == NULL || scan.meshconf == NULL) { in mesh_recv_mgmt()
2025 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
2049 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2064 meshid = frm; in mesh_recv_mgmt()
2074 if (meshid != NULL) { in mesh_recv_mgmt()
2075 IEEE80211_VERIFY_ELEMENT(meshid, in mesh_recv_mgmt()
2078 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, return); in mesh_recv_mgmt()
2161 const uint8_t *meshid, *meshconf, *meshpeer; in mesh_parse_meshpeering_action() local
2164 meshid = meshconf = meshpeer = NULL; in mesh_parse_meshpeering_action()
2169 meshid = frm; in mesh_parse_meshpeering_action()
[all …]
H A Dieee80211_scan_sta.c311 if (sp->meshid != NULL && sp->meshid[1] != 0) in sta_add()
312 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]); in sta_add()
H A Dieee80211_input.c622 scan->meshid = frm; in ieee80211_parse_beacon()
/dragonfly/tools/tools/net80211/scripts/
H A Dconfig52 # default meshid for mesh vaps
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new.h261 const u8 *meshid, u8 meshid_len,
602 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
H A Ddbus_new.c834 const u8 *meshid, u8 meshid_len, in wpas_dbus_signal_mesh_group_removed() argument
856 (const char *) meshid, in wpas_dbus_signal_mesh_group_removed()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dnotify.c903 const u8 *meshid, u8 meshid_len, in wpas_notify_mesh_group_removed() argument
909 wpas_dbus_signal_mesh_group_removed(wpa_s, meshid, meshid_len, in wpas_notify_mesh_group_removed()
H A Dnotify.h153 const u8 *meshid, u8 meshid_len,
H A Dmesh.c81 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len); in mesh_config_create()
454 params->meshid = ssid->ssid; in wpa_supplicant_join_mesh()
H A Dmesh_mpm.c159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
295 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
315 wpabuf_put_data(buf, conf->meshid, conf->meshid_len); in mesh_mpm_send_plink_action()
H A Dwpa_supplicant.c3476 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_scan.h251 uint8_t *meshid; member
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_config.h27 u8 meshid[32]; member
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h1466 const u8 *meshid; member
H A Ddriver_nl80211.c9620 nl80211_put_mesh_id(msg, params->meshid, params->meshid_len) || in nl80211_join_mesh()