Home
last modified time | relevance | path

Searched refs:NeedsAuthenticationRequest (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.h44 bool NeedsAuthenticationRequest() const;
H A DGeneralAddon.cpp69 GeneralAddon::NeedsAuthenticationRequest() const in NeedsAuthenticationRequest() function in GeneralAddon
H A DDialUpView.cpp274 return fGeneralAddon ? fGeneralAddon->NeedsAuthenticationRequest() : false; in NeedsRequest()