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

Function isatherosoui

freebsd/net80211/ieee80211_input.h:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static __inline int
113isatherosoui(const uint8_t *frm)
114{
115 return frm[1] > 3 && le32dec(frm+2) == ((ATH_OUI_TYPE<<24)|ATH_OUI);
116}
117
118static __inline int
119istdmaoui(const uint8_t *frm)

Callers

nothing calls this directly

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected