Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
static __inline int
113
isatherosoui(const uint8_t *frm)
114
{
115
return frm[1] > 3 && le32dec(frm+2) == ((ATH_OUI_TYPE<<24)|ATH_OUI);
116
}
117
118
static __inline int
119
istdmaoui(const uint8_t *frm)
Callers
nothing calls this directly
Calls
1
le32dec
Function · 0.85
Tested by
no test coverage detected