Searched defs:rateset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c585 struct ath_rateset *rateset,
591 for (i = 0; i < rateset->rs_nrates; i++) {
597 uint8_t rate = rateset->rs_rates[i];
634 struct ath_rateset *rateset = (struct ath_rateset *)mcs_set; local
639 for (i = 0; i < rateset->rs_nrates; i++) {
645 uint8_t rate = rateset->rs_rates[i];
1458 struct ath_rateset *rateset = &ath_rc_priv->neg_rates; local
1529 if (!rateset->rs_nrates) {
1536 rateset, ath_rc_priv->ht_cap);
583 arn_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv, struct ath_rate_table *rate_table, struct ath_rateset *rateset, uint32_t capflag) argument
H A Darn_main.c614 struct ieee80211_rateset *rateset; local
666 rateset = &ic->ic_sup_rates[mode];
668 rateset->ir_rates[i] = rate_table->info[i].dot11rate;
672 rateset->ir_nrates = (uint8_t)maxrates; /* ??? */
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h282 struct uath_cmd_rateset rateset; member in struct:uath_cmd_rates
302 struct uath_cmd_rateset rateset; member in struct:uath_cmd_connection_attr

Completed in 86 milliseconds