MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iswmeinfo

Function iswmeinfo

freebsd/net80211/ieee80211_input.h:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static __inline int
106iswmeinfo(const uint8_t *frm)
107{
108 return frm[1] > 5 && le32dec(frm+2) == ((WME_OUI_TYPE<<24)|WME_OUI) &&
109 frm[6] == WME_INFO_OUI_SUBTYPE;
110}
111
112static __inline int
113isatherosoui(const uint8_t *frm)

Callers 2

ieee80211_parse_beaconFunction · 0.70
hostap_recv_mgmtFunction · 0.70

Calls 1

le32decFunction · 0.85

Tested by

no test coverage detected