Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ iswmeoui
Function
iswmeoui
freebsd/net80211/ieee80211_input.h:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
static __inline int
93
iswmeoui(const uint8_t *frm)
94
{
95
return frm[1] > 3 && le32dec(frm+2) == ((WME_OUI_TYPE<<24)|WME_OUI);
96
}
97
98
static __inline int
99
iswmeparam(const uint8_t *frm)
Callers
2
sta_recv_mgmt
Function · 0.85
ieee80211_ies_expand
Function · 0.85
Calls
1
le32dec
Function · 0.85
Tested by
no test coverage detected