Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_mesh.c2139 uint8_t sendclose = 0; /* 1 = MPM frame rejected, close will be sent */ in mesh_parse_meshpeering_action() local
2188 sendclose = 1; in mesh_parse_meshpeering_action()
2195 if (sendclose == 0 && mesh_verify_meshid(vap, meshid)) { in mesh_parse_meshpeering_action()
2196 sendclose = 1; in mesh_parse_meshpeering_action()
2215 if (sendclose == 0 && subtype != IEEE80211_ACTION_MESHPEERING_CLOSE && in mesh_parse_meshpeering_action()
2217 sendclose = 1; in mesh_parse_meshpeering_action()
2223 if (sendclose) { in mesh_parse_meshpeering_action()