Home
last modified time | relevance | path

Searched refs:conn_result (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.c956 hif_drv->usr_conn_req.conn_result = conn_attr->result; in handle_connect()
1172 if (hif_drv->usr_conn_req.conn_result) { in handle_connect_timeout()
1187 hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_CONN_RESP, in handle_connect_timeout()
1555 hif_drv->usr_conn_req.conn_result(CONN_DISCONN_EVENT_CONN_RESP, in host_int_parse_assoc_resp_info()
1584 wilc_connect_result conn_result = hif_drv->usr_conn_req.conn_result; in host_int_handle_disconnect() local
1597 if (conn_result) { in host_int_handle_disconnect()
1601 conn_result(CONN_DISCONN_EVENT_DISCONN_NOTIF, NULL, 0, in host_int_handle_disconnect()
1635 if (!hif_drv->usr_conn_req.conn_result) { in handle_rcvd_gnrl_async_info()
1973 if (conn_req->conn_result) { in handle_disconnect()
1977 conn_req->conn_result(CONN_DISCONN_EVENT_DISCONN_NOTIF, NULL, in handle_disconnect()
[all …]
Dhost_interface.h219 wilc_connect_result conn_result; member