Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
static __inline int
119
istdmaoui(const uint8_t *frm)
120
{
121
return frm[1] > 3 && le32dec(frm+2) == ((TDMA_OUI_TYPE<<24)|TDMA_OUI);
122
}
123
124
static __inline int
125
ishtcapoui(const uint8_t *frm)
Callers
nothing calls this directly
Calls
1
le32dec
Function · 0.85
Tested by
no test coverage detected