AP: Use QoS nullfunc for connection poll
authorJohannes Berg <johannes.berg@intel.com>
Sat, 1 Oct 2011 18:04:11 +0000 (21:04 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 1 Oct 2011 18:04:11 +0000 (21:04 +0300)
commit1473f95e98c89835eae6a0736476b2546ba18607
tree5c8f345919ef03ef9d844cd3514c9107b5a9067d
parented908a55da641cc170f67cd0fbcb3a20e9be281a
AP: Use QoS nullfunc for connection poll

When polling a station that has been inactive for a while, hostapd currently
always uses a null data frame. This is a bit strange with uAPSD clients
(though it seems to mostly work) since the EOSP bit can never be set in a
non-QoS frame. Make hostapd use QoS null data frames for probing when the
station is a QoS STA.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/ap/sta_info.c