MCPcopy 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
92static __inline int
93iswmeoui(const uint8_t *frm)
94{
95 return frm[1] > 3 && le32dec(frm+2) == ((WME_OUI_TYPE<<24)|WME_OUI);
96}
97
98static __inline int
99iswmeparam(const uint8_t *frm)

Callers 2

sta_recv_mgmtFunction · 0.85
ieee80211_ies_expandFunction · 0.85

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected