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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_he.c267 u16 sta_rx_mcs_set, ap_tx_mcs_set; local
300 sta_rx_mcs_set = WPA_GET_LE16((const u8 *) &sta_mcs_set[i * 2]);
308 if (((sta_rx_mcs_set >> (j * 2)) & 0x3) == 3)
H A Dieee802_11_vht.c131 u16 sta_rx_mcs_set, ap_tx_mcs_set; local
148 sta_rx_mcs_set = le_to_host16(vht_cap->vht_supported_mcs_set.rx_map);
155 if ((sta_rx_mcs_set & (0x3 << (i * 2))) == 3)

Completed in 93 milliseconds