Skip to content

Commit cc5eebf

Browse files
committed
zephyr: support hostapd interface add del
Support socket pairt init and deinit. Signed-off-by: Fengming Ye <[email protected]>
1 parent 86044b5 commit cc5eebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hostapd/hostapd_cli_zephyr.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ int hostapd_ctrl_command_interactive(struct wpa_ctrl *ctrl, const char *cmd);
2020
int zephyr_hostapd_cli_cmd_resp(const char *cmd, char *resp);
2121
int zephyr_hostapd_cli_cmd_v(const char *fmt, ...);
2222
int zephyr_hostapd_ctrl_init(void *ctx);
23+
void zephyr_hostapd_ctrl_deinit(void *hapd);
2324
int zephyr_hostapd_ctrl_zephyr_cmd(int argc, const char *argv[]);
2425
#endif /* __HOSTAPD_CLI_ZEPHYR_H_ */

0 commit comments

Comments
 (0)