Searched refs:aifs (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c1575 uint8_t aifs, acm, slottime; local
1593 aifs = wmep[ac].wmep_aifsn * slottime +
1600 SM(R92C_EDCA_PARAM_AIFS, aifs));
1639 uint8_t aifs, ac; local
1643 aifs = wmep[ac].wmep_aifsn * slottime +
1646 rtwn_write_1(sc, wme2reg[ac], aifs);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c2892 int aifs, cwmin, cwmax, txoplim; local
2897 aifs = wmep->wmep_aifsn;
2903 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {

Completed in 52 milliseconds