Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

[nrf noup] wpa_supplicant: Remove non-output status #130

Merged
merged 2 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
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 src/common/wpa_ctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ char * wpa_ctrl_get_remote_ifname(struct wpa_ctrl *ctrl);
#endif /* CONFIG_CTRL_IFACE_UDP */

int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd);
int wpa_ctrl_command_interactive(struct wpa_ctrl *ctrl, const char *cmd);
int wpa_request(struct wpa_ctrl *ctrl, int argc, char *argv[]);

#ifdef __cplusplus
Expand Down
Loading
Loading