Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_hostap.c1185 #define WPA_SEL(x) (((x)<<24)|WPA_OUI) in wpa_cipher() macro
1189 case WPA_SEL(WPA_CSE_NULL): in wpa_cipher()
1192 case WPA_SEL(WPA_CSE_WEP40): in wpa_cipher()
1197 case WPA_SEL(WPA_CSE_WEP104): in wpa_cipher()
1202 case WPA_SEL(WPA_CSE_TKIP): in wpa_cipher()
1205 case WPA_SEL(WPA_CSE_CCMP): in wpa_cipher()
1214 #undef WPA_SEL in wpa_cipher()
1224 #define WPA_SEL(x) (((x)<<24)|WPA_OUI) in wpa_keymgmt() macro
1228 case WPA_SEL(WPA_ASE_8021X_UNSPEC): in wpa_keymgmt()
1230 case WPA_SEL(WPA_ASE_8021X_PSK): in wpa_keymgmt()
[all …]
/src/sbin/ifconfig/
H A Difieee80211.c3210 #define WPA_SEL(x) (((x)<<24)|WPA_OUI) in wpa_cipher() macro
3214 case WPA_SEL(WPA_CSE_NULL): in wpa_cipher()
3216 case WPA_SEL(WPA_CSE_WEP40): in wpa_cipher()
3218 case WPA_SEL(WPA_CSE_WEP104): in wpa_cipher()
3220 case WPA_SEL(WPA_CSE_TKIP): in wpa_cipher()
3222 case WPA_SEL(WPA_CSE_CCMP): in wpa_cipher()
3226 #undef WPA_SEL in wpa_cipher()
3232 #define WPA_SEL(x) (((x)<<24)|WPA_OUI) in wpa_keymgmt() macro
3236 case WPA_SEL(WPA_ASE_8021X_UNSPEC): in wpa_keymgmt()
3238 case WPA_SEL(WPA_ASE_8021X_PSK): in wpa_keymgmt()
[all …]