Lines Matching refs:mcs
433 * the MCS index (0-76);
440 /* MCS 0 */
445 /* MCS 1 */
450 /* MCS 2 */
455 /* MCS 3 */
460 /* MCS 4 */
465 /* MCS 5 */
470 /* MCS 6 */
475 /* MCS 7 */
480 /* MCS 8 */
485 /* MCS 9 */
490 /* MCS 10 */
495 /* MCS 11 */
500 /* MCS 12 */
505 /* MCS 13 */
510 /* MCS 14 */
515 /* MCS 15 */
520 /* MCS 16 */
525 /* MCS 17 */
530 /* MCS 18 */
535 /* MCS 19 */
540 /* MCS 20 */
545 /* MCS 21 */
550 /* MCS 22 */
555 /* MCS 23 */
560 /* MCS 24 */
565 /* MCS 25 */
570 /* MCS 26 */
575 /* MCS 27 */
580 /* MCS 28 */
585 /* MCS 29 */
590 /* MCS 30 */
595 /* MCS 31 */
600 /* MCS 32 */
605 /* MCS 33 */
610 /* MCS 34 */
615 /* MCS 35 */
620 /* MCS 36 */
625 /* MCS 37 */
630 /* MCS 38 */
635 /* MCS 39 */
640 /* MCS 40 */
645 /* MCS 41 */
650 /* MCS 42 */
655 /* MCS 43 */
660 /* MCS 44 */
665 MCS 45 */
670 /* MCS 46 */
675 /* MCS 47 */
680 /* MCS 48 */
685 /* MCS 49 */
690 /* MCS 50 */
695 /* MCS 51 */
700 /* MCS 52 */
705 /* MCS 53 */
710 /* MCS 54 */
715 /* MCS 55 */
720 /* MCS 56 */
725 /* MCS 57 */
730 /* MCS 58 */
735 /* MCS 59 */
740 /* MCS 60 */
745 /* MCS 61 */
750 /* MCS 62 */
755 /* MCS 63 */
760 /* MCS 64 */
765 /* MCS 65 */
770 /* MCS 66 */
775 /* MCS 67 */
780 /* MCS 68 */
785 /* MCS 69 */
790 /* MCS 70 */
795 /* MCS 71 */
800 /* MCS 72 */
805 /* MCS 73 */
810 /* MCS 74 */
815 /* MCS 75 */
820 /* MCS 76 */
858 "the Basic HT-MCS Set field of the HT Operation "
859 "parameter, or the Basic VHT-MCS and NSS Set field in "
2387 * an MCS index and not an IEEE rate.
2464 * uint8_t mcs
2467 * by bitset of flag values, followed by the MCS rate index as
2573 #define IEEE80211_RADIOTAP_MCS_MCS_INDEX_KNOWN 0x02 /* MCS index field */
2663 * We have the MCS field, so this is 11n, regardless
2749 * XXX On FreeBSD rate & 0x80 means we have an MCS. On
2761 * an MCS value, otherwise it's a rate. If
2763 * "0x80 + MCS index" for MCS indices > 15,
2767 * MCS 7 at 20 MHz with a long guard interval.
2776 MCS field, not the Rate field;
2777 * the MCS field includes not only the
2778 * MCS index, it also includes bandwidth
2786 ND_PRINT("MCS %u ", rate & 0x7f);
2971 * We know the MCS index.
2992 * only report the MCS index.
2998 * The MCS value is out of range.
3007 ND_PRINT("%.1f Mb/s MCS %u ", htrate, mcs_index);
3010 * We at least have the MCS index.
3013 ND_PRINT("MCS %u ", mcs_index);
3131 u_int nss, mcs;
3133 mcs = (mcs_nss[i] & IEEE80211_RADIOTAP_VHT_MCS_MASK) >> IEEE80211_RADIOTAP_VHT_MCS_SHIFT;
3138 ND_PRINT("User %u MCS %u ", i, mcs);