Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net80211/
Dieee80211_mesh.c581 IEEE80211_ACTION_MESHPEERING_CLOSE, in ieee80211_mesh_init()
595 IEEE80211_ACTION_MESHPEERING_CLOSE, in ieee80211_mesh_init()
635 IEEE80211_ACTION_MESHPEERING_CLOSE, in mesh_vdetach_peers()
2163 case IEEE80211_ACTION_MESHPEERING_CLOSE: in mesh_parse_meshpeering_action()
2200 if (subtype == IEEE80211_ACTION_MESHPEERING_CLOSE) { in mesh_parse_meshpeering_action()
2215 if (sendclose == 0 && subtype != IEEE80211_ACTION_MESHPEERING_CLOSE && in mesh_parse_meshpeering_action()
2247 IEEE80211_ACTION_MESHPEERING_CLOSE, in mesh_parse_meshpeering_action()
2290 IEEE80211_ACTION_MESHPEERING_CLOSE, in mesh_recv_action_meshpeering_open()
2323 IEEE80211_ACTION_MESHPEERING_CLOSE, in mesh_recv_action_meshpeering_open()
2356 IEEE80211_ACTION_MESHPEERING_CLOSE, in mesh_recv_action_meshpeering_open()
[all …]
Dieee80211_mesh.h346 IEEE80211_ACTION_MESHPEERING_CLOSE = 3, enumerator
Dieee80211_input.c813 case IEEE80211_ACTION_MESHPEERING_CLOSE: in ieee80211_parse_action()