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

Function set80211location

tools/ifconfig/ifieee80211.c:2546–2552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2544}
2545
2546static void
2547set80211location(const char *val, int d, int s, const struct afswtch *rafp)
2548{
2549 getregdomain(s);
2550 regdomain.location = d;
2551 callback_register(setregdomain_cb, &regdomain);
2552}
2553
2554static void
2555set80211ecm(const char *val, int d, int s, const struct afswtch *rafp)

Callers

nothing calls this directly

Calls 2

getregdomainFunction · 0.85
callback_registerFunction · 0.85

Tested by

no test coverage detected