Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dhostapd_cli_zephyr.c32 struct wpa_ctrl *hapd_ctrl_conn = NULL; variable
168 if (hapd_ctrl_conn == NULL) { in _wpa_ctrl_command()
222 return _wpa_ctrl_command(hapd_ctrl_conn, cmd, 1, resp); in zephyr_hostapd_cli_cmd_resp()
227 return hostapd_request(hapd_ctrl_conn, argc , (char **) argv); in zephyr_hostapd_ctrl_zephyr_cmd()
301 if (!hapd_ctrl_conn) { in hostapd_cli_open_connection()
302 hapd_ctrl_conn = wpa_ctrl_open(hapd_sockpair[0]); in hostapd_cli_open_connection()
303 if (hapd_ctrl_conn == NULL) { in hostapd_cli_open_connection()
327 wpa_ctrl_close(hapd_ctrl_conn); in hostapd_cli_open_connection()
335 if (hapd_ctrl_conn == NULL) in hostapd_cli_close_connection()
338 ret = wpa_ctrl_detach(hapd_ctrl_conn); in hostapd_cli_close_connection()
[all …]