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

Function gethtconf

tools/ifconfig/ifieee80211.c:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201static int gothtconf = 0;
202
203static void
204gethtconf(int s)
205{
206 if (gothtconf)
207 return;
208 if (get80211val(s, IEEE80211_IOC_HTCONF, &htconf) < 0)
209 warn("unable to get HT configuration information");
210 gothtconf = 1;
211}
212
213/* VHT */
214static int vhtconf = 0;

Callers 2

getchaninfoFunction · 0.85
ieee80211_statusFunction · 0.85

Calls 1

get80211valFunction · 0.85

Tested by

no test coverage detected