Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_xauth.c76 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
77 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
H A Dieee80211_freebsd.h475 #define IEEE80211_AUTH_ALG(name, alg, v) \ macro