Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/utils/
H A Dbrowser-system.c22 static void browser_timeout(void *eloop_data, void *user_ctx) in browser_timeout() function
57 eloop_cancel_timeout(browser_timeout, NULL, NULL); in http_req()
58 eloop_register_timeout(0, 500000, browser_timeout, &data, NULL); in http_req()
110 eloop_register_timeout(120, 0, browser_timeout, &data, NULL); in hs20_web_browser()
112 eloop_cancel_timeout(browser_timeout, &data, NULL); in hs20_web_browser()
H A Dbrowser-android.c22 static void browser_timeout(void *eloop_data, void *user_ctx) in browser_timeout() function
57 eloop_cancel_timeout(browser_timeout, NULL, NULL); in http_req()
58 eloop_register_timeout(0, 500000, browser_timeout, &data, NULL); in http_req()
114 eloop_register_timeout(30, 0, browser_timeout, &data, NULL); in hs20_web_browser()
116 eloop_cancel_timeout(browser_timeout, &data, NULL); in hs20_web_browser()
H A Dbrowser-wpadebug.c22 static void browser_timeout(void *eloop_data, void *user_ctx) in browser_timeout() function
58 eloop_cancel_timeout(browser_timeout, NULL, NULL); in http_req()
59 eloop_register_timeout(0, 500000, browser_timeout, &data, NULL); in http_req()
123 eloop_register_timeout(300, 0, browser_timeout, &data, NULL); in hs20_web_browser()
125 eloop_cancel_timeout(browser_timeout, &data, NULL); in hs20_web_browser()