Home
last modified time | relevance | path

Searched refs:IEEE80211_IOC_AMSDU_LIMIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.h683 #define IEEE80211_IOC_AMSDU_LIMIT 86 /* A-MSDU length limit */ macro
H A Dieee80211_ioctl.c1063 case IEEE80211_IOC_AMSDU_LIMIT: in ieee80211_ioctl_get80211()
3271 case IEEE80211_IOC_AMSDU_LIMIT: in ieee80211_ioctl_set80211()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c917 op = IEEE80211_IOC_AMSDU_LIMIT; in wlan_config_snmp2ioctl()
1530 case IEEE80211_IOC_AMSDU_LIMIT: in wlan_config_set_snmp_intval()
1786 case IEEE80211_IOC_AMSDU_LIMIT: in wlan_config_snmp2value()
/freebsd/sbin/ifconfig/
H A Difieee80211.c1916 set80211(ctx, IEEE80211_IOC_AMSDU_LIMIT, atoi(val), 0, NULL); in set80211amsdulimit()