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

Function iswpsoui

tools/ifconfig/ifieee80211.c:3561–3565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3559}
3560
3561static __inline int
3562iswpsoui(const uint8_t *frm)
3563{
3564 return frm[1] > 3 && LE_READ_4(frm+2) == ((WPS_OUI_TYPE<<24)|WPA_OUI);
3565}
3566
3567static const char *
3568iename(int elemid)

Callers 1

printiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected