Lines Matching defs:meshid
819 "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;
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, return);
2112 const uint8_t *meshid, *meshconf;
2115 meshid = meshconf = NULL;
2120 meshid = frm;
2167 /* If meshid is not the same reject any frames type. */
2168 if (sendclose == 0 && mesh_verify_meshid(vap, meshid)) {
2177 * CLOSE frames between each other with wrong meshid.
2185 * Close frames are accepted if meshid is the same.
3392 ieee80211_parse_meshid(ni, sp->meshid);