Home
last modified time | relevance | path

Searched refs:LWS_CPD_INTERNET_OK (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c129 LWS_CPD_INTERNET_OK); in callback_cpd_http()
240 if (lws_system_cpd_state_get(cx) != LWS_CPD_INTERNET_OK) { in app_system_state_nf()
DREADME.md9 captive portal detection state to `LWS_CPD_INTERNET_OK` and perform
/third_party/libwebsockets/lib/secure-streams/system/captive-portal-detect/
Dcaptive-portal-detect.c53 lws_system_cpd_set(cx, LWS_CPD_INTERNET_OK); in ss_cpd_state()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h149 LWS_CPD_INTERNET_OK, /* no captive portal: our CPD test passed OK, enumerator
/third_party/libwebsockets/lib/core/
Dcontext.c179 if (lws_system_cpd_state_get(context) == LWS_CPD_INTERNET_OK) in lws_state_notify_protocol_init()