Searched refs:IEEE80211_IOC_WME_TXOPLIMIT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 656 #define IEEE80211_IOC_WME_TXOPLIMIT 49 /* WME: txops limit */ macro
|
H A D | ieee80211_ioctl.c | 576 case IEEE80211_IOC_WME_TXOPLIMIT: /* WME: txops limit */ in ieee80211_ioctl_getwmeparam() 958 case IEEE80211_IOC_WME_TXOPLIMIT: /* WME: txops limit */ in ieee80211_ioctl_get80211() 1842 case IEEE80211_IOC_WME_TXOPLIMIT: /* WME: txops limit */ in ieee80211_ioctl_setwmeparam() 3096 case IEEE80211_IOC_WME_TXOPLIMIT: /* WME: txops limit */ in ieee80211_ioctl_set80211()
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 1234 set80211(ctx, IEEE80211_IOC_WME_TXOPLIMIT, atoi(val), getac(ac), NULL); in set80211txoplimit() 1284 set80211(ctx, IEEE80211_IOC_WME_TXOPLIMIT, atoi(val), in set80211bsstxoplimit() 4338 if (get80211wme(ctx, IEEE80211_IOC_WME_TXOPLIMIT, ac, &val) != -1) in list_wme_aci()
|