Searched refs:meshid (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/tools/tools/net80211/scripts/mesh/
H A Dcommon12 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h261 const u8 *meshid, u8 meshid_len,
602 const u8 *meshid, u8 meshid_len,
601 wpas_dbus_signal_mesh_group_removed(struct wpa_supplicant *wpa_s, const u8 *meshid, u8 meshid_len, int reason) argument
H A Ddbus_new.c834 const u8 *meshid, u8 meshid_len,
856 (const char *) meshid,
833 wpas_dbus_signal_mesh_group_removed(struct wpa_supplicant *wpa_s, const u8 *meshid, u8 meshid_len, int reason) argument
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.h153 const u8 *meshid, u8 meshid_len,
H A Dmesh.c81 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len);
454 params->meshid = ssid->ssid;
H A Dnotify.c903 const u8 *meshid, u8 meshid_len,
909 wpas_dbus_signal_mesh_group_removed(wpa_s, meshid, meshid_len,
902 wpas_notify_mesh_group_removed(struct wpa_supplicant *wpa_s, const u8 *meshid, u8 meshid_len, u16 reason_code) argument
H A Dmesh_mpm.c159 os_memcmp(mconf->meshid, elems->mesh_id,
295 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
315 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
H A Dwpa_supplicant.c3476 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid,
/freebsd-12-stable/sys/net80211/
H A Dieee80211_scan.h253 uint8_t *meshid; member in struct:ieee80211_scanparams
H A Dieee80211_mesh.c818 "synchronized with %s meshid ",
1896 scan.meshid == NULL || scan.meshconf == NULL) {
1905 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 ||
1978 uint8_t *ssid, *meshid, *rates, *xrates; local
2001 ssid = meshid = rates = xrates = NULL;
2015 meshid = frm;
2025 if (meshid != NULL) {
2026 IEEE80211_VERIFY_ELEMENT(meshid,
2028 /* NB: meshid, not ssid */
2029 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, retur
2112 const uint8_t *meshid, *meshconf; local
[all...]
H A Dieee80211_scan_sta.c143 #define MATCH_MESHID 0x20000 /* meshid mismatch */
306 if (sp->meshid != NULL && sp->meshid[1] != 0)
307 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]);
1938 * a meshid; start one up. If no channel was
H A Dieee80211_input.c608 scan->meshid = frm;
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h27 u8 meshid[32]; member in struct:mesh_conf
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h1466 const u8 *meshid; member in struct:wpa_driver_mesh_join_params

Completed in 284 milliseconds