Searched refs:isht40 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_phy.h | 221 uint16_t rate, int streams, int isht40,
|
H A D | ieee80211_phy.c | 596 int streams, int isht40, int isShortGI) in ieee80211_compute_duration_ht() argument 603 if (isht40) in ieee80211_compute_duration_ht()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ |
H A D | ah.c | 362 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble, in ath_hal_pkt_txtime() argument 382 return ath_computedur_ht(frameLen, rc, numStreams, isht40, in ath_hal_pkt_txtime() 404 HAL_BOOL isht40, HAL_BOOL isShortGI) in ath_computedur_ht() argument 411 if (isht40) in ath_computedur_ht()
|
H A D | ah.h | 1652 uint16_t rateix, HAL_BOOL isht40, HAL_BOOL shortPreamble, 1659 int streams, HAL_BOOL isht40, HAL_BOOL isShortGI);
|