freewtp/src/common/binding/ieee80211
Andreas Schultz 813f24b8ac implement station inactivity timeout
After the max station inactivity has expired, a probe request
(a data null frame) is sent to the station. It the station does
not ACK this frame, it is removed from the WTP.

Note: inactivity timeout is not the same as the CAPWAP Idle Timeout.
The CAPWAP Idle Timeout would remove a station due to inactivity
even when it is still reachable from the WTP. In contrast, the
inactivity timeout probes whether the station is still present
and only removes it when not.
2016-04-07 15:15:50 +02:00
..
ieee80211.c implement station inactivity timeout 2016-04-07 15:15:50 +02:00
ieee80211.h implement station inactivity timeout 2016-04-07 15:15:50 +02:00