Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_tdma.c765 case IEEE80211_IOC_TDMA_SLOTLEN: in tdma_ioctl_get80211()
803 case IEEE80211_IOC_TDMA_SLOTLEN: in tdma_ioctl_set80211()
H A Dieee80211_ioctl.h737 #define IEEE80211_IOC_TDMA_SLOTLEN 203 /* TDMA: slot length (usecs) */ macro
/f-stack/tools/ifconfig/
H A Difieee80211.c2005 set80211(s, IEEE80211_IOC_TDMA_SLOTLEN, atoi(val), 0, NULL); in DECL_CMD_FUNC()
5505 if (get80211val(s, IEEE80211_IOC_TDMA_SLOTLEN, &val) != -1) in ieee80211_status()