Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
H A Dcontext.c1560 cx->captive_portal_detect = LWS_CPD_UNKNOWN; in lws_system_cpd_start()
1570 * Otherwise try to use SS "captive_portal_detect" if that's enabled in lws_system_cpd_start()
1601 if (cx->captive_portal_detect != LWS_CPD_UNKNOWN) in lws_system_cpd_set()
1608 cx->captive_portal_detect = (uint8_t)result; in lws_system_cpd_set()
1614 cname[cx->captive_portal_detect]); in lws_system_cpd_set()
1627 return (lws_cpd_result_t)cx->captive_portal_detect; in lws_system_cpd_state_get()
H A Dprivate-lib-core.h762 uint8_t captive_portal_detect; member

Completed in 4 milliseconds