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

/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c768 u_int8_t mcs_index = 0; local
773 j = (is40) ? mcs_rate_2_pwr_idx_ht40[mcs_index] :
774 mcs_rate_2_pwr_idx_ht20[mcs_index];
791 mcs_index++;
796 j = (is40) ? mcs_rate_2_pwr_idx_ht40[mcs_index] :
797 mcs_rate_2_pwr_idx_ht20[mcs_index];
814 mcs_index++;
819 j = (is40) ? mcs_rate_2_pwr_idx_ht40[mcs_index] :
820 mcs_rate_2_pwr_idx_ht20[mcs_index];
837 mcs_index
851 u_int8_t mcs_index = 0; local
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-802_11.c2809 uint8_t mcs_index; local
2824 rc = cpack_uint8(s, &mcs_index);
2831 if (mcs_index <= MAX_MCS_INDEX) {
2843 [mcs_index] \
2865 ND_PRINT((ndo, "%.1f Mb/s MCS %u ", htrate, mcs_index));
2871 ND_PRINT((ndo, "MCS %u ", mcs_index));

Completed in 117 milliseconds