Lines Matching refs:meshid
1896 scan.meshid == NULL || scan.meshconf == NULL) { in mesh_recv_mgmt()
1905 if (memcmp(scan.meshid+2, ms->ms_id, ms->ms_idlen) != 0 || in mesh_recv_mgmt()
1978 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
2001 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2015 meshid = frm; in mesh_recv_mgmt()
2025 if (meshid != NULL) { in mesh_recv_mgmt()
2026 IEEE80211_VERIFY_ELEMENT(meshid, in mesh_recv_mgmt()
2029 IEEE80211_VERIFY_SSID(vap->iv_bss, meshid, return); in mesh_recv_mgmt()
2112 const uint8_t *meshid, *meshconf; in mesh_parse_meshpeering_action() local
2115 meshid = meshconf = NULL; in mesh_parse_meshpeering_action()
2120 meshid = frm; in mesh_parse_meshpeering_action()
2168 if (sendclose == 0 && mesh_verify_meshid(vap, meshid)) { in mesh_parse_meshpeering_action()
3392 ieee80211_parse_meshid(ni, sp->meshid); in ieee80211_mesh_init_neighbor()