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

Function getvhtconf

tools/ifconfig/ifieee80211.c:217–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215static int gotvhtconf = 0;
216
217static void
218getvhtconf(int s)
219{
220 if (gotvhtconf)
221 return;
222 if (get80211val(s, IEEE80211_IOC_VHTCONF, &vhtconf) < 0)
223 warn("unable to get VHT configuration information");
224 gotvhtconf = 1;
225}
226
227/*
228 * Collect channel info from the kernel. We use this (mostly)

Callers 2

getchaninfoFunction · 0.85
ieee80211_statusFunction · 0.85

Calls 1

get80211valFunction · 0.85

Tested by

no test coverage detected