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

Function list_regdomain

tools/ifconfig/ifieee80211.c:4575–4587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4573}
4574
4575static void
4576list_regdomain(int s, int channelsalso)
4577{
4578 getregdomain(s);
4579 if (channelsalso) {
4580 getchaninfo(s);
4581 spacer = ':';
4582 print_regdomain(&regdomain, 1);
4583 LINE_BREAK();
4584 print_channels(s, chaninfo, 1/*allchans*/, 1/*verbose*/);
4585 } else
4586 print_regdomain(&regdomain, verbose);
4587}
4588
4589static void
4590list_mesh(int s)

Callers 2

ifieee80211.cFile · 0.85
ieee80211_statusFunction · 0.85

Calls 5

getregdomainFunction · 0.85
getchaninfoFunction · 0.85
print_regdomainFunction · 0.85
LINE_BREAKFunction · 0.85
print_channelsFunction · 0.85

Tested by

no test coverage detected