| 2552 | } |
| 2553 | |
| 2554 | static void |
| 2555 | set80211ecm(const char *val, int d, int s, const struct afswtch *rafp) |
| 2556 | { |
| 2557 | getregdomain(s); |
| 2558 | regdomain.ecm = d; |
| 2559 | callback_register(setregdomain_cb, ®domain); |
| 2560 | } |
| 2561 | |
| 2562 | static void |
| 2563 | LINE_INIT(char c) |
nothing calls this directly
no test coverage detected