X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fap%2Fhostapd.c;h=ee80f4f773d86993d706eaaa71946d725e7689eb;hb=45e3fc72c61a61dbd1e2fc3fd9fd7bf853b9f5fe;hp=55ca9e8f9ba857a060c86bf18658b5e68451abfd;hpb=90377029c6805b339dfa3307263118986295796a;p=mech_eap.git diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c index 55ca9e8..ee80f4f 100644 --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c @@ -3090,6 +3090,8 @@ hostapd_switch_channel_fallback(struct hostapd_iface *iface, hostapd_enable_iface(iface); } +#endif /* NEED_AP_MLME */ + struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces, const char *ifname) @@ -3110,8 +3112,6 @@ struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces, return NULL; } -#endif /* NEED_AP_MLME */ - void hostapd_periodic_iface(struct hostapd_iface *iface) {