Searched refs:IEEE80211_T_HT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/sys/dev/ath/ath_rate/sample/ |
| HD | sample.c | 186 if (rt->info[rix0].phy != IEEE80211_T_HT) { in ath_rate_sample_find_min_pktlength() 297 return rt->info[rix].phy == IEEE80211_T_HT ? in dot11rate() 306 return rt->info[rix].phy == IEEE80211_T_HT ? "MCS" : "Mb "; in dot11rate_label() 331 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_best_rate() 461 (rt->info[rix].phy != IEEE80211_T_HT)) { in pick_sample_rate() 588 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_legacy() 630 if (rt->info[rix].phy == IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht() 634 if (rt->info[rix].phy != IEEE80211_T_HT) in ath_rate_pick_seed_rate_ht() 858 (rt->info[best_rix].phy == IEEE80211_T_HT) ? in ath_rate_findrate() 1473 if (rt->info[y].phy == IEEE80211_T_HT) in ath_rate_fetch_node_stats()
|
| HD | sample.h | 171 case IEEE80211_T_HT: in calc_usecs_unicast_packet()
|
| /freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_phy.c | 29 #define HT IEEE80211_T_HT
|
| /freebsd-14-stable/sys/dev/usb/wlan/ |
| HD | if_run.c | 531 { 0x80, 0, IEEE80211_T_HT, 4, 60, 60 }, 532 { 0x81, 1, IEEE80211_T_HT, 4, 60, 60 }, 533 { 0x82, 2, IEEE80211_T_HT, 4, 60, 60 }, 534 { 0x83, 3, IEEE80211_T_HT, 4, 60, 60 }, 535 { 0x84, 4, IEEE80211_T_HT, 4, 60, 60 }, 536 { 0x85, 5, IEEE80211_T_HT, 4, 60, 60 }, 537 { 0x86, 6, IEEE80211_T_HT, 4, 60, 60 }, 538 { 0x87, 7, IEEE80211_T_HT, 4, 60, 60 }, 541 { 0x88, 8, IEEE80211_T_HT, 4, 60, 60 }, 542 { 0x89, 9, IEEE80211_T_HT, 4, 60, 60 }, [all …]
|
| /freebsd-14-stable/sys/net80211/ |
| HD | ieee80211_phy.c | 67 #define HT IEEE80211_T_HT 322 if (rt->info[i].phy == IEEE80211_T_HT) { in ieee80211_setup_ratetable()
|
| HD | _ieee80211.h | 45 IEEE80211_T_HT, /* high throughput */ enumerator
|
| /freebsd-14-stable/sys/dev/ath/ |
| HD | if_ath_ioctl.c | 265 if (rt->info[sc->sc_txrix].phy & IEEE80211_T_HT) in ath_ioctl()
|
| HD | if_ath_tx.c | 1100 rt->info[rix].phy == IEEE80211_T_HT && in ath_tx_calc_protection() 1209 if (rt->info[cix].phy == IEEE80211_T_HT) { in ath_tx_calc_ctsduration()
|
| HD | if_ath.c | 6508 if (rt->info[i].phy != IEEE80211_T_HT) in ath_setcurmode() 6522 if (rt->info[i].phy == IEEE80211_T_HT) in ath_setcurmode()
|
| /freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_phy.c | 29 #define HT IEEE80211_T_HT
|