Home
last modified time | relevance | path

Searched refs:IEEE80211_IOC_POWERSAVESLEEP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h623 #define IEEE80211_IOC_POWERSAVESLEEP 11 macro
H A Dieee80211_ioctl.c853 case IEEE80211_IOC_POWERSAVESLEEP: in ieee80211_ioctl_get80211()
2891 case IEEE80211_IOC_POWERSAVESLEEP: in ieee80211_ioctl_set80211()
/f-stack/tools/ifconfig/
H A Difieee80211.c913 set80211(s, IEEE80211_IOC_POWERSAVESLEEP, atoi(val), 0, NULL); in set80211powersavesleep()
5084 if (get80211val(s, IEEE80211_IOC_POWERSAVESLEEP, &val) != -1) in ieee80211_status()