Home
last modified time | relevance | path

Searched refs:captive_portal_detect_request (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c187 captive_portal_detect_request(struct lws_context *context) in captive_portal_detect_request() function
207 .captive_portal_detect_request = captive_portal_detect_request
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-system.h117 * .captive_portal_detect_request()
127 * .captive_portal_detect_request()
183 int (*captive_portal_detect_request)(struct lws_context *context); member
367 * lws_system_ops_t captive_portal_detect_request() implementation to begin
/third_party/libwebsockets/lib/core/
H A Dcontext.c1565 lws_system_get_ops(cx)->captive_portal_detect_request) in lws_system_cpd_start()
1566 return lws_system_get_ops(cx)->captive_portal_detect_request(cx); in lws_system_cpd_start()

Completed in 4 milliseconds