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

/freebsd-11.0-release/tools/tools/net80211/scripts/mesh/
H A Dcommon12 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_scan.h251 uint8_t *meshid; member in struct:ieee80211_scanparams
H A Dieee80211_mesh.c816 "synchronized with %s meshid ",
1899 scan.meshid == NULL || scan.meshconf == NULL) {
1908 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 ||
1981 uint8_t *ssid, *meshid, *rates, *xrates; local
2004 ssid = meshid = rates = xrates = NULL;
2018 meshid = frm;
2028 if (meshid != NULL) {
2029 IEEE80211_VERIFY_ELEMENT(meshid,
2031 /* NB: meshid, not ssid */
2032 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, retur
2115 const uint8_t *meshid, *meshconf; local
[all...]
H A Dieee80211_scan_sta.c140 #define MATCH_MESHID 0x20000 /* meshid mismatch */
303 if (sp->meshid != NULL && sp->meshid[1] != 0)
304 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]);
1876 * a meshid; start one up. If no channel was
H A Dieee80211_input.c602 scan->meshid = frm;
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dmesh.c77 os_memcpy(conf->meshid, ssid->ssid, ssid->ssid_len);
322 params.meshid = ssid->ssid;
H A Dmesh_mpm.c158 os_memcmp(mconf->meshid, elems->mesh_id,
274 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
293 wpabuf_put_data(buf, conf->meshid, conf->meshid_len);
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dap_config.h24 u8 meshid[32]; member in struct:mesh_conf
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver.h1071 const u8 *meshid; member in struct:wpa_driver_mesh_join_params

Completed in 150 milliseconds