MCPcopy Create free account
hub / github.com/F-Stack/f-stack / set80211rtsthreshold

Function set80211rtsthreshold

tools/ifconfig/ifieee80211.c:1017–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017static void
1018set80211rtsthreshold(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
1024static void
1025set80211protmode(const char *val, int d, int s, const struct afswtch *rafp)

Callers

nothing calls this directly

Calls 2

set80211Function · 0.85
isundefargFunction · 0.85

Tested by

no test coverage detected