11 enum hostapd_chan_status acs_init(
struct hostapd_iface *iface);
15 static inline enum hostapd_chan_status acs_init(
struct hostapd_iface *iface)
17 wpa_printf(MSG_ERROR,
"ACS was disabled on your build, rebuild hostapd with CONFIG_ACS=y or set channel");
18 return HOSTAPD_CHAN_INVALID;
hostapd per-interface data structure
Definition: hostapd.h:291
void wpa_printf(int level, const char *fmt,...)
conditional printf
Definition: wpa_debug.c:200