hostapd: Use separate driver operations abstraction
[libeap.git] / hostapd / hostapd.c
index f3d1e4c..57154e0 100644 (file)
@@ -1384,6 +1384,7 @@ hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,
        if (hapd == NULL)
                return NULL;
 
+       hostapd_set_driver_ops(&hapd->drv);
        hapd->iconf = conf;
        hapd->conf = bss;
        hapd->iface = hapd_iface;