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

Function ishtinfooui

freebsd/net80211/ieee80211_input.h:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130static __inline int
131ishtinfooui(const uint8_t *frm)
132{
133 return frm[1] > 3 && le32dec(frm+2) == ((BCM_OUI_HTINFO<<24)|BCM_OUI);
134}
135
136static __inline int
137ieee80211_check_rxseq_amsdu(const struct ieee80211_rx_stats *rxs)

Callers 2

sta_recv_mgmtFunction · 0.85
ifFunction · 0.85

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected