Fixed listen interval configuration for nl80211 drivers
[libeap.git] / hostapd / ieee802_11.c
index 894d2bc..4b50217 100644 (file)
@@ -721,6 +721,7 @@ static void handle_assoc(struct hostapd_data *hapd,
        }
 
        sta->capability = capab_info;
+       sta->listen_interval = listen_interval;
 
        /* followed by SSID and Supported rates; and HT capabilities if 802.11n
         * is used */