Lines Matching refs:http
84 http_client_free(sta->http); in wps_er_sta_free()
156 http_client_free(ap->http); in wps_er_ap_free()
157 ap->http = NULL; in wps_er_ap_free()
210 http_client_free(ap->http); in wps_er_http_unsubscribe_cb()
211 ap->http = NULL; in wps_er_http_unsubscribe_cb()
233 if (ap->http) { in wps_er_ap_unsubscribe()
261 ap->http = http_client_addr(&dst, req, 1000, in wps_er_ap_unsubscribe()
263 if (ap->http == NULL) { in wps_er_ap_unsubscribe()
341 http_client_free(ap->http); in wps_er_ap_remove_entry()
342 ap->http = NULL; in wps_er_ap_remove_entry()
420 http_client_free(ap->http); in wps_er_http_subscribe_cb()
421 ap->http = NULL; in wps_er_http_subscribe_cb()
436 if (ap->http) { in wps_er_subscribe()
467 ap->http = http_client_addr(&dst, req, 1000, wps_er_http_subscribe_cb, in wps_er_subscribe()
469 if (ap->http == NULL) in wps_er_subscribe()
630 http_client_free(ap->http); in wps_er_http_dev_desc_cb()
631 ap->http = NULL; in wps_er_http_dev_desc_cb()
671 ap->http = http_client_url(ap->location, NULL, 10000, in wps_er_ap_add()
879 http_client_free(sta->http); in wps_er_http_put_wlan_response_cb()
880 sta->http = NULL; in wps_er_http_put_wlan_response_cb()
969 if (sta->http) { in wps_er_sta_send_msg()
1002 sta->http = http_client_addr(&dst, buf, 1000, in wps_er_sta_send_msg()
1004 if (sta->http == NULL) in wps_er_sta_send_msg()
1411 http_client_free(ap->http); in wps_er_http_set_sel_reg_cb()
1412 ap->http = NULL; in wps_er_http_set_sel_reg_cb()
1432 if (ap->http) { in wps_er_send_set_sel_reg()
1458 ap->http = http_client_addr(&dst, buf, 1000, in wps_er_send_set_sel_reg()
1460 if (ap->http == NULL) in wps_er_send_set_sel_reg()
1672 http_client_free(ap->http); in wps_er_http_put_message_cb()
1673 ap->http = NULL; in wps_er_http_put_message_cb()
1701 if (ap->http) { in wps_er_ap_put_message()
1726 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_ap_put_message()
1728 if (ap->http == NULL) { in wps_er_ap_put_message()
1854 http_client_free(ap->http); in wps_er_http_get_dev_info_cb()
1855 ap->http = NULL; in wps_er_http_get_dev_info_cb()
1873 if (ap->http) { in wps_er_send_get_device_info()
1898 ap->http = http_client_addr(&dst, buf, 10000, in wps_er_send_get_device_info()
1900 if (ap->http == NULL) { in wps_er_send_get_device_info()