Searched refs:hostapd_ctrl_command (Results 1 – 3 of 3) sorted by relevance
| /hostap-latest/hostapd/ |
| D | hostapd_cli_cmds.c | 54 ret = hostapd_ctrl_command(ctrl, buf); in hostapd_cli_cmd() 131 return hostapd_ctrl_command(ctrl, buf); in hostapd_cli_cmd_disassociate() 149 return hostapd_ctrl_command(ctrl, buf); in hostapd_cli_cmd_deauthenticate() 156 return hostapd_ctrl_command(ctrl, "STATUS-DRIVER"); in hostapd_cli_cmd_status() 157 return hostapd_ctrl_command(ctrl, "STATUS"); in hostapd_cli_cmd_status() 164 return hostapd_ctrl_command(ctrl, "ENABLE"); in hostapd_cli_cmd_enable() 171 return hostapd_ctrl_command(ctrl, "RELOAD"); in hostapd_cli_cmd_reload() 178 return hostapd_ctrl_command(ctrl, "DISABLE"); in hostapd_cli_cmd_disable() 185 return hostapd_ctrl_command(ctrl, "UPDATE_BEACON"); in hostapd_cli_cmd_update_beacon() 201 return hostapd_ctrl_command(ctrl, buf); in hostapd_cli_cmd_sta() [all …]
|
| D | hostapd_cli_zephyr.h | 18 int hostapd_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd);
|
| D | hostapd_cli_zephyr.c | 210 int hostapd_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd) in hostapd_ctrl_command() function
|