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

Function list_channels

tools/ifconfig/ifieee80211.c:4161–4166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4159}
4160
4161static void
4162list_channels(int s, int allchans)
4163{
4164 getchaninfo(s);
4165 print_channels(s, chaninfo, allchans, verbose);
4166}
4167
4168static void
4169print_txpow(const struct ieee80211_channel *c)

Callers 1

ifieee80211.cFile · 0.85

Calls 2

getchaninfoFunction · 0.85
print_channelsFunction · 0.85

Tested by

no test coverage detected