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

Function set80211powersavesleep

tools/ifconfig/ifieee80211.c:910–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910static void
911set80211powersavesleep(const char *val, int d, int s, const struct afswtch *rafp)
912{
913 set80211(s, IEEE80211_IOC_POWERSAVESLEEP, atoi(val), 0, NULL);
914}
915
916static void
917set80211wepmode(const char *val, int d, int s, const struct afswtch *rafp)

Callers

nothing calls this directly

Calls 1

set80211Function · 0.85

Tested by

no test coverage detected