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

/freebsd-9.3-release/tools/tools/net80211/scripts/mesh/
H A Dcommon12 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.c676 "synchronized with %s meshid ",
1362 scan.meshid == NULL || scan.meshconf == NULL) {
1371 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 ||
1421 uint8_t *ssid, *meshid, *rates, *xrates; local
1445 ssid = meshid = rates = xrates = NULL;
1460 meshid = frm;
1470 if (meshid != NULL) {
1471 IEEE80211_VERIFY_ELEMENT(meshid,
1473 /* NB: meshid, not ssid */
1474 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, retur
1556 const uint8_t *meshid, *meshconf, *meshpeer; local
[all...]
H A Dieee80211_scan.h216 uint8_t *meshid; member in struct:ieee80211_scanparams
H A Dieee80211_scan_sta.c134 #define MATCH_MESHID 0x20000 /* meshid mismatch */
295 if (sp->meshid != NULL && sp->meshid[1] != 0)
296 memcpy(ise->se_meshid, sp->meshid, 2+sp->meshid[1]);
1887 * a meshid; start one up. If no channel was
H A Dieee80211_input.c574 scan->meshid = frm;

Completed in 134 milliseconds