Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_ioctl.h846 #define IEEE80211_CLONE_TDMA 0x0010 /* operate in TDMA mode */ macro
Dieee80211_freebsd.c122 if ((cp.icp_flags & IEEE80211_CLONE_TDMA) && in wlan_clone_create()
Dieee80211.c437 if (flags & IEEE80211_CLONE_TDMA) { in ieee80211_vap_setup()
/freebsd-9-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c766 wcp.icp_flags |= IEEE80211_CLONE_TDMA; in wlan_clone_create()
/freebsd-9-stable/sbin/ifconfig/
Difieee80211.c5050 params.icp_flags |= IEEE80211_CLONE_TDMA; in DECL_CMD_FUNC()
/freebsd-9-stable/sys/dev/ath/
Dif_ath.c901 if (flags & IEEE80211_CLONE_TDMA) { in ath_vap_create()