Home
last modified time | relevance | path

Searched refs:stbc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c1118 stbc: 1, /* stbc eligible */ member
1189 table[i].stbc = 1; in ar9300_get_tpc_tables()
/f-stack/tools/ifconfig/
H A Difieee80211.c1799 int stbc; in set80211stbc() local
1801 if (get80211val(s, IEEE80211_IOC_STBC, &stbc) < 0) in set80211stbc()
1805 stbc &= ~d; in set80211stbc()
1807 stbc |= d; in set80211stbc()
1808 set80211(s, IEEE80211_IOC_STBC, stbc, 0, NULL); in set80211stbc()