Skip to content
Merged
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
6 changes: 6 additions & 0 deletions src/ap/hostapd.h
Original file line number Diff line number Diff line change
Expand Up @@ -679,4 +679,10 @@ void fst_hostapd_fill_iface_obj(struct hostapd_data *hapd,
struct fst_wpa_obj *iface_obj);
#endif /* CONFIG_FST */

#ifdef CONFIG_SONIC_HOSTAPD
void hostapd_deinit_driver(const struct wpa_driver_ops *driver,
void *drv_priv,
struct hostapd_iface *hapd_iface);
#endif /* CONFIG_SONIC_HOSTAPD */

#endif /* HOSTAPD_H */
Loading