Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_hostap.c1361 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher() macro
1365 case RSN_SEL(RSN_CSE_NULL): in rsn_cipher()
1368 case RSN_SEL(RSN_CSE_WEP40): in rsn_cipher()
1373 case RSN_SEL(RSN_CSE_WEP104): in rsn_cipher()
1378 case RSN_SEL(RSN_CSE_TKIP): in rsn_cipher()
1381 case RSN_SEL(RSN_CSE_CCMP): in rsn_cipher()
1384 case RSN_SEL(RSN_CSE_WRAP): in rsn_cipher()
1387 case RSN_SEL(RSN_CSE_GCMP_128): in rsn_cipher()
1405 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_keymgmt() macro
1409 case RSN_SEL(RSN_ASE_8021X_UNSPEC): in rsn_keymgmt()
[all …]
/src/sbin/ifconfig/
H A Difieee80211.c3294 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher() macro
3298 case RSN_SEL(RSN_CSE_NULL): in rsn_cipher()
3300 case RSN_SEL(RSN_CSE_WEP40): in rsn_cipher()
3302 case RSN_SEL(RSN_CSE_WEP104): in rsn_cipher()
3304 case RSN_SEL(RSN_CSE_TKIP): in rsn_cipher()
3306 case RSN_SEL(RSN_CSE_CCMP): in rsn_cipher()
3308 case RSN_SEL(RSN_CSE_WRAP): in rsn_cipher()
3310 case RSN_SEL(RSN_CSE_GCMP_128): in rsn_cipher()
3312 case RSN_SEL(RSN_CSE_CCMP_256): in rsn_cipher()
3314 case RSN_SEL(RSN_CSE_GCMP_256): in rsn_cipher()
[all …]