Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c1365 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher() macro
1369 case RSN_SEL(RSN_CSE_NULL): in rsn_cipher()
1372 case RSN_SEL(RSN_CSE_WEP40): in rsn_cipher()
1377 case RSN_SEL(RSN_CSE_WEP104): in rsn_cipher()
1382 case RSN_SEL(RSN_CSE_TKIP): in rsn_cipher()
1385 case RSN_SEL(RSN_CSE_CCMP): in rsn_cipher()
1388 case RSN_SEL(RSN_CSE_WRAP): in rsn_cipher()
1406 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_keymgmt() macro
1410 case RSN_SEL(RSN_ASE_8021X_UNSPEC): in rsn_keymgmt()
1412 case RSN_SEL(RSN_ASE_8021X_PSK): in rsn_keymgmt()
[all …]