Home
last modified time | relevance | path

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

/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_tdma.c764 case IEEE80211_IOC_TDMA_SLOTLEN: in tdma_ioctl_get80211()
802 case IEEE80211_IOC_TDMA_SLOTLEN: in tdma_ioctl_set80211()
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211_ioctl.h726 #define IEEE80211_IOC_TDMA_SLOTLEN 203 /* TDMA: slot length (usecs) */ macro
/dflybsd-src/sbin/ifconfig/
H A Difieee80211.c1933 set80211(s, IEEE80211_IOC_TDMA_SLOTLEN, atoi(val), 0, NULL); in set80211tdmaslotlen()
5071 if (get80211val(s, IEEE80211_IOC_TDMA_SLOTLEN, &val) != -1) in ieee80211_status()