Searched refs:tempChannelList (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2495 uint16_t tempChannelList[NUM_EDGES]; local
2503 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
2507 ar5212GetLowerUpperValues(channel, tempChannelList,
2510 for (i = 0; i < numEdges && clo != tempChannelList[i]; i++)
2574 uint16_t tempChannelList[NUM_TEST_FREQUENCIES]; local
2580 tempChannelList[i] = powInfo[i].testChannel;
2582 ar5212GetLowerUpperValues(freq, tempChannelList,
2588 if (clo == tempChannelList[i]) {
2591 if (chi == tempChannelList[i]) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1512 uint16_t tempChannelList[NUM_EDGES]; /* temp array for holding edge channels */ local
1535 tempChannelList[i] = pRdEdgesPower[i].rdEdge;
1539 ar5211GetLowerUpperValues(freq, tempChannelList,
1543 if (lowerChannel == tempChannelList[i])
1557 tempChannelList[i] = pPowerInfo[i].testChannel;
1559 ar5211GetLowerUpperValues(freq, tempChannelList,
1564 if (lowerChannel == tempChannelList[i])
1566 if (upperChannel == tempChannelList[i]) {

Completed in 105 milliseconds