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

Function ishtcapoui

freebsd/net80211/ieee80211_input.h:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static __inline int
125ishtcapoui(const uint8_t *frm)
126{
127 return frm[1] > 3 && le32dec(frm+2) == ((BCM_OUI_HTCAP<<24)|BCM_OUI);
128}
129
130static __inline int
131ishtinfooui(const uint8_t *frm)

Callers 3

sta_recv_mgmtFunction · 0.85
ifFunction · 0.85
ifFunction · 0.85

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected