| 4159 | } |
| 4160 | |
| 4161 | static void |
| 4162 | list_channels(int s, int allchans) |
| 4163 | { |
| 4164 | getchaninfo(s); |
| 4165 | print_channels(s, chaninfo, allchans, verbose); |
| 4166 | } |
| 4167 | |
| 4168 | static void |
| 4169 | print_txpow(const struct ieee80211_channel *c) |
no test coverage detected