Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_xauth.c78 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
79 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
H A Dieee80211_freebsd.h472 #define IEEE80211_AUTH_ALG(name, alg, v) \ macro