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

Function print_txpow

tools/ifconfig/ifieee80211.c:4168–4174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4166}
4167
4168static void
4169print_txpow(const struct ieee80211_channel *c)
4170{
4171 printf("Channel %3u : %u MHz %3.1f reg %2d ",
4172 c->ic_ieee, c->ic_freq,
4173 c->ic_maxpower/2., c->ic_maxregpower);
4174}
4175
4176static void
4177print_txpow_verbose(const struct ieee80211_channel *c)

Callers 1

list_txpowFunction · 0.85

Calls 1

printfFunction · 0.50

Tested by

no test coverage detected