|
@@ -590,6 +590,7 @@ void ieee802_11_set_beacon(struct hostapd_data *hapd)
|
|
|
if (hapd->conf->interworking &&
|
|
|
!is_zero_ether_addr(hapd->conf->hessid))
|
|
|
params.hessid = hapd->conf->hessid;
|
|
|
+ params.access_network_type = hapd->conf->access_network_type;
|
|
|
if (hostapd_drv_set_ap(hapd, ¶ms))
|
|
|
wpa_printf(MSG_ERROR, "Failed to set beacon parameters");
|
|
|
hostapd_free_ap_extra_ies(hapd, beacon, proberesp, assocresp);
|