Home
last modified time | relevance | path

Searched refs:auth_supported (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dsmtp.h81 BIT(auth_supported); /* AUTH capability supported by server */
Dsmtp.c335 smtpc->auth_supported = FALSE; /* Clear the AUTH capability */ in smtp_perform_ehlo()
500 if(!smtpc->auth_supported || in smtp_perform_authentication()
921 smtpc->auth_supported = TRUE; in smtp_state_ehlo_resp()
/external/libcups/scheduler/
Dprinters.c2250 const char *auth_supported; /* Authentication supported */ in cupsdSetPrinterAttrs() local
2276 auth_supported = "requesting-user-name"; in cupsdSetPrinterAttrs()
2296 auth_supported = "basic"; in cupsdSetPrinterAttrs()
2299 auth_supported = "negotiate"; in cupsdSetPrinterAttrs()
2318 "uri-authentication-supported", NULL, auth_supported); in cupsdSetPrinterAttrs()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c70 unsigned int auth_supported:1; member
233 info->auth_supported = 1; in wiphy_info_supp_cmds()
1181 if (info->auth_supported) in wpa_driver_nl80211_get_info()