| 595 | } |
| 596 | |
| 597 | static int |
| 598 | isanyarg(const char *arg) |
| 599 | { |
| 600 | return (strncmp(arg, "-", 1) == 0 || |
| 601 | strncasecmp(arg, "any", 3) == 0 || strncasecmp(arg, "off", 3) == 0); |
| 602 | } |
| 603 | |
| 604 | static void |
| 605 | set80211ssid(const char *val, int d, int s, const struct afswtch *rafp) |
no test coverage detected