Home
last modified time | relevance | path

Searched refs:IEEE80211_CLONE_TDMA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ioctl.h874 #define IEEE80211_CLONE_TDMA 0x0010 /* operate in TDMA mode */ macro
H A Dieee80211_freebsd.c142 if ((cp.icp_flags & IEEE80211_CLONE_TDMA) && in wlan_clone_create()
H A Dieee80211.c609 if (flags & IEEE80211_CLONE_TDMA) { in ieee80211_vap_setup()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c766 wcp.icp_flags |= IEEE80211_CLONE_TDMA; in wlan_clone_create()
/freebsd/sys/dev/ath/
H A Dif_ath.c1576 if (flags & IEEE80211_CLONE_TDMA) { in ath_vap_create()
/freebsd/sbin/ifconfig/
H A Difieee80211.c5843 params.icp_flags |= IEEE80211_CLONE_TDMA; in set80211clone_wlanmode()