| 908 | } |
| 909 | |
| 910 | static void |
| 911 | set80211powersavesleep(const char *val, int d, int s, const struct afswtch *rafp) |
| 912 | { |
| 913 | set80211(s, IEEE80211_IOC_POWERSAVESLEEP, atoi(val), 0, NULL); |
| 914 | } |
| 915 | |
| 916 | static void |
| 917 | set80211wepmode(const char *val, int d, int s, const struct afswtch *rafp) |
nothing calls this directly
no test coverage detected