Fix FreeBSD build by not adding -ldl
[wpasupplicant] / hostapd / drv_callbacks.c
index ccdd428..ca65078 100644 (file)
@@ -103,7 +103,7 @@ void hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta,
        if (!hapd->conf->ieee802_1x && !hapd->conf->wpa)
                accounting_sta_start(hapd, sta);
 
-       hostapd_wme_sta_config(hapd, sta);
+       hostapd_wmm_sta_config(hapd, sta);
 
        /* Start IEEE 802.1X authentication process for new stations */
        ieee802_1x_new_station(hapd, sta);