Home
last modified time | relevance | path

Searched refs:RSN_OUI (Results 1 – 4 of 4) sorted by relevance

/src/sys/net80211/
H A Dieee80211_hostap.c1361 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher()
1405 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_keymgmt()
H A Dieee80211.h1858 #define RSN_OUI 0xac0f00 macro
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c54 #ifdef RSN_OUI
55 #undef RSN_OUI
67 #define RSN_OUI "\x00\x0F\xAC" /* RSN OUI */ macro
4627 return (memcmp(oui, RSN_OUI, TLV_OUI_LEN) == 0); in brcmf_valid_wpa_oui()
/src/sbin/ifconfig/
H A Difieee80211.c3294 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher()
3324 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_keymgmt()