| 938 | } |
| 939 | |
| 940 | static int |
| 941 | isundefarg(const char *arg) |
| 942 | { |
| 943 | return (strcmp(arg, "-") == 0 || strncasecmp(arg, "undef", 5) == 0); |
| 944 | } |
| 945 | |
| 946 | static void |
| 947 | set80211weptxkey(const char *val, int d, int s, const struct afswtch *rafp) |
no test coverage detected