Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/system/captive-portal-detect/
Dcaptive-portal-detect.c64 lws_system_cpd_set(cx, LWS_CPD_NO_INTERNET); in ss_cpd_state()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h152 LWS_CPD_NO_INTERNET, /* we couldn't touch anything */ enumerator
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c147 lws_system_cpd_set(lws_get_context(wsi), LWS_CPD_NO_INTERNET); in callback_cpd_http()