| 1015 | } |
| 1016 | |
| 1017 | static void |
| 1018 | set80211rtsthreshold(const char *val, int d, int s, const struct afswtch *rafp) |
| 1019 | { |
| 1020 | set80211(s, IEEE80211_IOC_RTSTHRESHOLD, |
| 1021 | isundefarg(val) ? IEEE80211_RTS_MAX : atoi(val), 0, NULL); |
| 1022 | } |
| 1023 | |
| 1024 | static void |
| 1025 | set80211protmode(const char *val, int d, int s, const struct afswtch *rafp) |
nothing calls this directly
no test coverage detected