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

Function findhtchan

freebsd/net80211/ieee80211_ht.c:1408–1413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408static struct ieee80211_channel *
1409findhtchan(struct ieee80211com *ic, struct ieee80211_channel *c, int htflags)
1410{
1411 return ieee80211_find_channel(ic, c->ic_freq,
1412 (c->ic_flags &~ IEEE80211_CHAN_HT) | htflags);
1413}
1414
1415/*
1416 * Adjust a channel to be HT/non-HT according to the vap's configuration.

Callers 3

htinfo_update_chwFunction · 0.85
ieee80211_add_htcap_bodyFunction · 0.85

Calls 1

ieee80211_find_channelFunction · 0.85

Tested by

no test coverage detected