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

Function set80211ecm

tools/ifconfig/ifieee80211.c:2554–2560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2552}
2553
2554static void
2555set80211ecm(const char *val, int d, int s, const struct afswtch *rafp)
2556{
2557 getregdomain(s);
2558 regdomain.ecm = d;
2559 callback_register(setregdomain_cb, &regdomain);
2560}
2561
2562static void
2563LINE_INIT(char c)

Callers

nothing calls this directly

Calls 2

getregdomainFunction · 0.85
callback_registerFunction · 0.85

Tested by

no test coverage detected