> To clarify: wouldn't it break hostapd's "inactivity timeot kick-out" > logic in hostapd? As hostapd generates NULL frames to idle stations to reset > their inactivity time, otherwise it will disassociate a station, after an > ap_max_inactivity period. Igor, I validated hostpad inactivity monitoring with this change and Hostapd is sending Nulldata periodically for inactive stations. Hostapd resets timer based on tx ack status of nulldata. So retaining actual station inactive period will not break hostapd monitoring. Please report if you see any issue with this change. Thanks for your feedback. -Rajkumar