Home
last modified time | relevance | path

Searched refs:sendclose (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_mesh.c2113 uint8_t sendclose = 0; /* 1 = MPM frame rejected, close will be sent */ in mesh_parse_meshpeering_action() local
2161 sendclose = 1; in mesh_parse_meshpeering_action()
2168 if (sendclose == 0 && mesh_verify_meshid(vap, meshid)) { in mesh_parse_meshpeering_action()
2169 sendclose = 1; in mesh_parse_meshpeering_action()
2188 if (sendclose == 0 && subtype != IEEE80211_ACTION_MESHPEERING_CLOSE && in mesh_parse_meshpeering_action()
2190 sendclose = 1; in mesh_parse_meshpeering_action()
2196 if (sendclose) { in mesh_parse_meshpeering_action()