diff options
author | sam <sam@FreeBSD.org> | 2007-09-06 00:04:36 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2007-09-06 00:04:36 +0000 |
commit | 6c621557d175381b693d30c4cc4f4c96e7e00e19 (patch) | |
tree | 6acbd5214085f8032da2d83ace6a3bfb629b89d9 /sys/net80211/ieee80211_ioctl.h | |
parent | aa00045c5dab16380783e06c0a19da83fdee1d08 (diff) | |
download | FreeBSD-src-6c621557d175381b693d30c4cc4f4c96e7e00e19.zip FreeBSD-src-6c621557d175381b693d30c4cc4f4c96e7e00e19.tar.gz |
Fixup sta inactivity handling:
o reset ni_inact when ni_inact_reload is changed so we're
assured a valid setting
o never let ni_inact go negative
o add a knob to disable hostap sta idle handling (e.g. so it can be done
by a user application)
o remove bogus reload on associate
Reviewed by: avatar
Approved by: re (blanket wireless)
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 2e17000..3221539 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -491,6 +491,7 @@ struct ieee80211req { #define IEEE80211_IOC_COUNTRYCODE 90 /* ISO country code */ #define IEEE80211_IOC_LOCATION 91 /* indoor/outdoor/anywhere */ #define IEEE80211_IOC_HTCOMPAT 92 /* support pre-D1.10 HT ie's */ +#define IEEE80211_IOC_INACTIVITY 94 /* sta inactivity handling */ /* * Scan result data returned for IEEE80211_IOC_SCAN_RESULTS. |