Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ioctl.h876 #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.c579 if (flags & IEEE80211_CLONE_TDMA) { in ieee80211_vap_setup()
/f-stack/tools/ifconfig/
H A Difieee80211.c5819 params.icp_flags |= IEEE80211_CLONE_TDMA; in DECL_CMD_FUNC()