Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net80211/
HDieee80211_ioctl.h874 #define IEEE80211_CLONE_TDMA 0x0010 /* operate in TDMA mode */ macro
HDieee80211_freebsd.c140 if ((cp.icp_flags & IEEE80211_CLONE_TDMA) && in wlan_clone_create()
HDieee80211.c574 if (flags & IEEE80211_CLONE_TDMA) { in ieee80211_vap_setup()
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c766 wcp.icp_flags |= IEEE80211_CLONE_TDMA; in wlan_clone_create()
/freebsd-13-stable/sys/dev/ath/
HDif_ath.c1567 if (flags & IEEE80211_CLONE_TDMA) { in ath_vap_create()
/freebsd-13-stable/sbin/ifconfig/
HDifieee80211.c5849 params.icp_flags |= IEEE80211_CLONE_TDMA; in DECL_CMD_FUNC()