Skip to content

zephyr: support hostapd interface add del #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hostapd/hostapd_cli_zephyr.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ int hostapd_ctrl_command_interactive(struct wpa_ctrl *ctrl, const char *cmd);
int zephyr_hostapd_cli_cmd_resp(const char *cmd, char *resp);
int zephyr_hostapd_cli_cmd_v(const char *fmt, ...);
int zephyr_hostapd_ctrl_init(void *ctx);
void zephyr_hostapd_ctrl_deinit(void *hapd);
int zephyr_hostapd_ctrl_zephyr_cmd(int argc, const char *argv[]);
#endif /* __HOSTAPD_CLI_ZEPHYR_H_ */