| 133 | } |
| 134 | |
| 135 | static void |
| 136 | sta_drop(void *arg, struct ieee80211_node *ni) |
| 137 | { |
| 138 | |
| 139 | if (ni->ni_associd != 0) |
| 140 | ieee80211_node_leave(ni); |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | * Does a channel change require associated stations to re-associate |
nothing calls this directly
no test coverage detected