Searched refs:http_server_init (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/wps/ |
D | http_server.h | 26 struct http_server * http_server_init(struct in_addr *addr, int port,
|
D | http_server.c | 228 struct http_server * http_server_init(struct in_addr *addr, int port, in http_server_init() function
|
D | wps_upnp_web.c | 1411 sm->web_srv = http_server_init(&addr, -1, web_connection_check_data, in web_listener_start()
|
D | wps_er.c | 1316 er->http_srv = http_server_init(&addr, -1, wps_er_http_req, er); in wps_er_init()
|
/external/wpa_supplicant_8/src/utils/ |
D | browser-system.c | 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|
D | browser-android.c | 81 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|
D | browser-wpadebug.c | 82 http = http_server_init(&addr, 12345, http_req, &data); in hs20_web_browser()
|