We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86044b5 commit cc5eebfCopy full SHA for cc5eebf
hostapd/hostapd_cli_zephyr.h
@@ -20,5 +20,6 @@ int hostapd_ctrl_command_interactive(struct wpa_ctrl *ctrl, const char *cmd);
20
int zephyr_hostapd_cli_cmd_resp(const char *cmd, char *resp);
21
int zephyr_hostapd_cli_cmd_v(const char *fmt, ...);
22
int zephyr_hostapd_ctrl_init(void *ctx);
23
+void zephyr_hostapd_ctrl_deinit(void *hapd);
24
int zephyr_hostapd_ctrl_zephyr_cmd(int argc, const char *argv[]);
25
#endif /* __HOSTAPD_CLI_ZEPHYR_H_ */
0 commit comments