Searched refs:WPA_OUI_TYPE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_ie.c55 RSN_SELECTOR_PUT(hdr->oui, WPA_OUI_TYPE);
401 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE &&
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dwpa_common.h119 #ifndef WPA_OUI_TYPE
120 #define WPA_OUI_TYPE RSN_SELECTOR(0x00, 0x50, 0xf2, 1) macro
H A Dwpa_common.c1420 RSN_SELECTOR_GET(hdr->oui) != WPA_OUI_TYPE ||
/netbsd-current/sys/net80211/
H A Dieee80211.h565 #define WPA_OUI_TYPE 0x01 macro
H A Dieee80211_output.c1084 static const u_int8_t oui[4] = { WPA_OUI_BYTES, WPA_OUI_TYPE };
H A Dieee80211_input.c1546 return frm[1] > 3 && LE_READ_4(frm+2) == ((WPA_OUI_TYPE<<24)|WPA_OUI);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ie.c36 RSN_SELECTOR_PUT(hdr->oui, WPA_OUI_TYPE);
992 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE &&
/netbsd-current/sbin/ifconfig/
H A Dieee80211.c1260 return frm[1] > 3 && LE_READ_4(frm+2) == ((WPA_OUI_TYPE<<24)|WPA_OUI);
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_bsd.c880 #undef WPA_OUI_TYPE macro
H A Ddriver_atheros.c41 #undef WPA_OUI_TYPE macro
/netbsd-current/sys/dev/ic/
H A Dbwfm.c1990 return frm[1] > 3 && le32dec(frm+2) == ((WPA_OUI_TYPE<<24)|WPA_OUI);

Completed in 383 milliseconds