|
@@ -785,6 +785,13 @@ static int hostapd_setup_bss(struct hostapd_data *hapd, int first)
|
|
wpa_printf(MSG_ERROR, "GAS server initialization failed");
|
|
wpa_printf(MSG_ERROR, "GAS server initialization failed");
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if (conf->qos_map_set_len &&
|
|
|
|
+ hostapd_drv_set_qos_map(hapd, conf->qos_map_set,
|
|
|
|
+ conf->qos_map_set_len)) {
|
|
|
|
+ wpa_printf(MSG_ERROR, "Failed to initialize QoS Map");
|
|
|
|
+ return -1;
|
|
|
|
+ }
|
|
#endif /* CONFIG_INTERWORKING */
|
|
#endif /* CONFIG_INTERWORKING */
|
|
|
|
|
|
if (!hostapd_drv_none(hapd) && vlan_init(hapd)) {
|
|
if (!hostapd_drv_none(hapd) && vlan_init(hapd)) {
|