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

Function if

freebsd/net80211/ieee80211_hostap.c:2087–2090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2085 ath = frm;
2086#endif
2087 else if (vap->iv_flags_ht & IEEE80211_FHT_HTCOMPAT) {
2088 if (ishtcapoui(frm) && htcap == NULL)
2089 htcap = frm;
2090 }
2091 break;
2092 }
2093 frm += frm[1] + 2;

Callers

nothing calls this directly

Calls 1

ishtcapouiFunction · 0.85

Tested by

no test coverage detected