AP: Configure basic rates from iface and not conf
authorArik Nemtsov <arik@wizery.com>
Thu, 6 Sep 2012 21:22:40 +0000 (00:22 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 6 Sep 2012 21:22:40 +0000 (00:22 +0300)
The conf doesn't contain any basic rates in some cases. Most notably,
when starting a P2P GO in 5 GHz. Use the iface rates which are
initialized in hostapd_prepare_rates() to the conf rates or set to
default values if no conf values exist. This fixes a bug introduced in
commit e5693c4775bae65faa960f80889f98b0a6cb2e1c.

Signed-hostap: Arik Nemtsov <arik@wizery.com>

src/ap/beacon.c

index 2f813f3..f761bf5 100644 (file)
@@ -668,7 +668,7 @@ void ieee802_11_set_beacon(struct hostapd_data *hapd)
        params.proberesp_len = resp_len;
        params.dtim_period = hapd->conf->dtim_period;
        params.beacon_int = hapd->iconf->beacon_int;
-       params.basic_rates = hapd->iconf->basic_rates;
+       params.basic_rates = hapd->iface->basic_rates;
        params.ssid = hapd->conf->ssid.ssid;
        params.ssid_len = hapd->conf->ssid.ssid_len;
        params.pairwise_ciphers = hapd->conf->rsn_pairwise ?