HomeSort by: relevance | last modified time | path
    Searched defs:WPA_SEL (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
ieee80211.c 991 #define WPA_SEL(x) (((x)<<24)|WPA_OUI)
995 case WPA_SEL(WPA_CSE_NULL):
997 case WPA_SEL(WPA_CSE_WEP40):
999 case WPA_SEL(WPA_CSE_WEP104):
1001 case WPA_SEL(WPA_CSE_TKIP):
1003 case WPA_SEL(WPA_CSE_CCMP):
1007 #undef WPA_SEL
1013 #define WPA_SEL(x) (((x)<<24)|WPA_OUI)
1017 case WPA_SEL(WPA_ASE_8021X_UNSPEC):
1019 case WPA_SEL(WPA_ASE_8021X_PSK)
    [all...]
  /src/sys/net80211/
ieee80211_input.c 1577 #define WPA_SEL(x) (((x)<<24)|WPA_OUI)
1581 case WPA_SEL(WPA_CSE_NULL):
1583 case WPA_SEL(WPA_CSE_WEP40):
1587 case WPA_SEL(WPA_CSE_WEP104):
1591 case WPA_SEL(WPA_CSE_TKIP):
1593 case WPA_SEL(WPA_CSE_CCMP):
1597 #undef WPA_SEL
1607 #define WPA_SEL(x) (((x)<<24)|WPA_OUI)
1611 case WPA_SEL(WPA_ASE_8021X_UNSPEC):
1613 case WPA_SEL(WPA_ASE_8021X_PSK)
    [all...]

Completed in 153 milliseconds