Searched refs:frameLen (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athrate.h142 int shortPreamble, size_t frameLen, int tid, int is_aggr,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c499 * Compute the time to transmit a frame of length frameLen bytes
505 uint32_t frameLen, uint16_t rate, int isShortPreamble)
521 numBits = frameLen << 3;
529 numBits = OFDM_PLCP_BITS + (frameLen << 3);
539 numBits = OFDM_PLCP_BITS + (frameLen << 3);
549 numBits = OFDM_PLCP_BITS + (frameLen << 3);
560 numBits = TURBO_PLCP_BITS + (frameLen << 3);
597 ieee80211_compute_duration_ht(uint32_t frameLen, uint16_t rate, argument
609 numBits = OFDM_PLCP_BITS + (frameLen << 3);
504 ieee80211_compute_duration(const struct ieee80211_rate_table *rt, uint32_t frameLen, uint16_t rate, int isShortPreamble) argument
H A Dieee80211_phy.h200 * Compute the time to transmit a frame of length frameLen bytes
207 uint32_t frameLen, uint16_t rate, int isShortPreamble);
225 uint32_t ieee80211_compute_duration_ht(uint32_t frameLen,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c574 int frameLen)
582 const int size_bin = size_to_bin(frameLen);
615 int frameLen)
623 const int size_bin = size_to_bin(frameLen);
662 int shortPreamble, size_t frameLen, int tid,
673 int size_bin = size_to_bin(frameLen);
687 *maxpktlen = frameLen;
708 *maxpktlen = frameLen = MIN(frameLen, max_pkt_len);
709 size_bin = size_to_bin(frameLen);
573 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
614 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
661 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix0, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c363 ath_hal_pkt_txtime(struct ath_hal *ah, const HAL_RATE_TABLE *rates, uint32_t frameLen, argument
374 return ath_hal_computetxtime(ah, rates, frameLen, rateix,
384 return ath_computedur_ht(frameLen, rc, numStreams, isht40,
405 ath_computedur_ht(uint32_t frameLen, uint16_t rate, int streams, argument
417 numBits = OFDM_PLCP_BITS + (frameLen << 3);
428 * Compute the time to transmit a frame of length frameLen bytes
433 const HAL_RATE_TABLE *rates, uint32_t frameLen, uint16_t rateix,
456 numBits = frameLen << 3;
466 numBits = OFDM_PLCP_BITS + (frameLen << 3);
477 numBits = OFDM_HALF_PLCP_BITS + (frameLen <<
432 ath_hal_computetxtime(struct ath_hal *ah, const HAL_RATE_TABLE *rates, uint32_t frameLen, uint16_t rateix, HAL_BOOL shortPreamble, HAL_BOOL includeSifs) argument
[all...]
H A Dah.h1651 const HAL_RATE_TABLE *rates, uint32_t frameLen,
1658 extern uint32_t __ahdecl ath_computedur_ht(uint32_t frameLen, uint16_t rate,
1665 const HAL_RATE_TABLE *rates, uint32_t frameLen,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c107 int shortPreamble, size_t frameLen, int tid, int is_aggr,
106 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c115 int shortPreamble, size_t frameLen, int tid, int is_aggr,
114 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, int tid, int is_aggr, u_int8_t *rix, int *try0, u_int8_t *txrate, int *maxdur, int *maxpktlen) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1284 mwl_hal_setbeacon(struct mwl_hal_vap *vap, const void *frame, size_t frameLen) argument
1290 /* XXX verify frameLen fits */
1294 pCmd->CmdHdr.Length = htole16(sizeof(HostCmd_DS_SET_BEACON)-1+frameLen);
1295 pCmd->FrmBodyLen = htole16(frameLen);
1296 memcpy(pCmd->FrmBody, frame, frameLen);

Completed in 135 milliseconds