HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_authenticator_register (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net80211/
ieee80211_xauth.c 81 ieee80211_authenticator_register(IEEE80211_AUTH_8021X, &xauth);
82 ieee80211_authenticator_register(IEEE80211_AUTH_WPA, &xauth);
ieee80211_proto.c 192 ieee80211_authenticator_register(IEEE80211_AUTH_OPEN, &auth_internal);
193 ieee80211_authenticator_register(IEEE80211_AUTH_SHARED, &auth_internal);
194 ieee80211_authenticator_register(IEEE80211_AUTH_AUTO, &auth_internal);
213 ieee80211_authenticator_register(int type, function
ieee80211_proto.h 154 void ieee80211_authenticator_register(int type,

Completed in 18 milliseconds