| 2544 | } |
| 2545 | |
| 2546 | static void |
| 2547 | set80211location(const char *val, int d, int s, const struct afswtch *rafp) |
| 2548 | { |
| 2549 | getregdomain(s); |
| 2550 | regdomain.location = d; |
| 2551 | callback_register(setregdomain_cb, ®domain); |
| 2552 | } |
| 2553 | |
| 2554 | static void |
| 2555 | set80211ecm(const char *val, int d, int s, const struct afswtch *rafp) |
nothing calls this directly
no test coverage detected