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

Function istdmaoui

freebsd/net80211/ieee80211_input.h:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static __inline int
119istdmaoui(const uint8_t *frm)
120{
121 return frm[1] > 3 && le32dec(frm+2) == ((TDMA_OUI_TYPE<<24)|TDMA_OUI);
122}
123
124static __inline int
125ishtcapoui(const uint8_t *frm)

Callers

nothing calls this directly

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected