Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ishtcapoui
Function
ishtcapoui
freebsd/net80211/ieee80211_input.h:124–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
static __inline int
125
ishtcapoui(const uint8_t *frm)
126
{
127
return frm[1] > 3 && le32dec(frm+2) == ((BCM_OUI_HTCAP<<24)|BCM_OUI);
128
}
129
130
static __inline int
131
ishtinfooui(const uint8_t *frm)
Callers
3
sta_recv_mgmt
Function · 0.85
if
Function · 0.85
if
Function · 0.85
Calls
1
le32dec
Function · 0.85
Tested by
no test coverage detected