Searched refs:HTTP_RESPOSE_MESSAGE (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt-app/test/softap/ |
| H A D | softap.c | 220 static char HTTP_RESPOSE_MESSAGE[] = "HTTP/1.1 200 OK\r\nContent-Type:text/html\r\nContent-Length:%… variable 314 snprintf(send_msg, sizeof(msg), HTTP_RESPOSE_MESSAGE, strlen(msg), msg); in sendWifiList() 339 snprintf(msg, sizeof(msg), HTTP_RESPOSE_MESSAGE, 1, isConn ? "1" : "0"); in isWifiConnected() 363 snprintf(msg, sizeof(msg), HTTP_RESPOSE_MESSAGE, 0, ""); in wifiSetup() 411 snprintf(msg, sizeof(msg), HTTP_RESPOSE_MESSAGE, 0, ""); in doConnectResult()
|
| /OK3568_Linux_fs/docs/cn/Linux/Wifibt/WIFIBT编程接口/ |
| H A D | 最新WIFI接口说明.txt | 162 snprintf(msg, sizeof(msg), HTTP_RESPOSE_MESSAGE, 1, isConn ? "1" : "0");
|