Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c1349 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher() macro
1353 case RSN_SEL(RSN_CSE_NULL): in rsn_cipher()
1356 case RSN_SEL(RSN_CSE_WEP40): in rsn_cipher()
1361 case RSN_SEL(RSN_CSE_WEP104): in rsn_cipher()
1366 case RSN_SEL(RSN_CSE_TKIP): in rsn_cipher()
1369 case RSN_SEL(RSN_CSE_CCMP): in rsn_cipher()
1372 case RSN_SEL(RSN_CSE_WRAP): in rsn_cipher()
1394 case RSN_SEL(RSN_ASE_8021X_UNSPEC): in rsn_keymgmt()
1396 case RSN_SEL(RSN_ASE_8021X_PSK): in rsn_keymgmt()
1398 case RSN_SEL(RSN_ASE_NONE): in rsn_keymgmt()
[all …]
/f-stack/tools/ifconfig/
H A Difieee80211.c3108 #define RSN_SEL(x) (((x)<<24)|RSN_OUI) in rsn_cipher() macro
3112 case RSN_SEL(RSN_CSE_NULL): in rsn_cipher()
3114 case RSN_SEL(RSN_CSE_WEP40): in rsn_cipher()
3116 case RSN_SEL(RSN_CSE_WEP104): in rsn_cipher()
3118 case RSN_SEL(RSN_CSE_TKIP): in rsn_cipher()
3120 case RSN_SEL(RSN_CSE_CCMP): in rsn_cipher()
3122 case RSN_SEL(RSN_CSE_WRAP): in rsn_cipher()
3136 case RSN_SEL(RSN_ASE_8021X_UNSPEC): in rsn_keymgmt()
3138 case RSN_SEL(RSN_ASE_8021X_PSK): in rsn_keymgmt()
3140 case RSN_SEL(RSN_ASE_NONE): in rsn_keymgmt()
[all …]