Searched refs:authenticator (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A D_KPPPAuthenticationHandler.cpp39 // find the next authenticator for side, beginning at start
57 // by the authenticator's OptionHandler.
64 KPPPProtocol *authenticator; local
69 // We can use this chance to increase fPeerIndex to the next authenticator.
70 authenticator = NextAuthenticator(fPeerAuthenticator, PPP_PEER_SIDE);
72 authenticator = fSuggestedPeerAuthenticator;
77 // there is no authenticator selected, so find one for us
78 authenticator = NextAuthenticator(fPeerAuthenticator, PPP_PEER_SIDE);
80 authenticator = fPeerAuthenticator;
84 if (!authenticator) {
134 KPPPProtocol *authenticator = Interface().ProtocolFor(ntohs(item->protocolNumber)); local
[all...]
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp49 // this authenticator is selected by default when creating a new interface
157 BMessage authenticator; local
158 if(!GetAuthenticator(name, &authenticator))
160 // fatal error: we do not know how to handle this authenticator
235 // currently we only support selecting one authenticator
246 BString authenticator; local
248 &authenticator) != B_OK) {
255 || authenticator != fGeneralView->AuthenticatorName());
276 BMessage authenticator; local
277 authenticator
351 BMessage authenticator; local
443 BString kernelModule, authenticator; local
[all...]

Completed in 94 milliseconds