|
@@ -454,6 +454,7 @@ int hostapd_remove_iface(struct hapd_interfaces *ifaces, char *buf);
|
|
|
void hostapd_channel_list_updated(struct hostapd_iface *iface, int initiator);
|
|
|
void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
|
|
|
const char * hostapd_state_text(enum hostapd_iface_state s);
|
|
|
+int hostapd_csa_in_progress(struct hostapd_iface *iface);
|
|
|
int hostapd_switch_channel(struct hostapd_data *hapd,
|
|
|
struct csa_settings *settings);
|
|
|
void
|