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

  /src/lib/libtelnet/
auth.c 99 Authenticator authenticators[] = { variable in typeref:typename:Authenticator[]
139 Authenticator *ap = authenticators;
149 Authenticator *ap = authenticators;
226 for (ap = authenticators; ap->type; ap++) {
269 for (ap = authenticators; ap->type; ap++) {
290 Authenticator *ap = authenticators;
  /src/sys/net80211/
ieee80211_proto.c 176 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX]; variable in typeref:typename:const struct ieee80211_authenticator * []
187 * Setup internal authenticators once; they are never unregistered.
207 if (authenticators[auth] == NULL)
209 return authenticators[auth];
218 authenticators[type] = auth;
227 authenticators[type] = NULL;

Completed in 13 milliseconds