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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.h253 uint8_t *meshid; member in struct:ieee80211_scanparams
H A Dieee80211_mesh.c823 "synchronized with %s meshid ",
1900 scan.meshid == NULL || scan.meshconf == NULL) {
1909 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 ||
1982 uint8_t *ssid, *meshid, *rates, *xrates; local
2005 ssid = meshid = rates = xrates = NULL;
2019 meshid = frm;
2029 if (meshid != NULL) {
2030 IEEE80211_VERIFY_ELEMENT(meshid,
2032 /* NB: meshid, not ssid */
2033 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, retur
2116 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;

Completed in 52 milliseconds