Home
last modified time | relevance | path

Searched refs:ht_mcs (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDconfig_ssid.h778 char *ht_mcs; member
HDwpa_supplicant.c6017 const char *ht_mcs) in wpa_set_htcap_mcs() argument
6021 const char *tmp = ht_mcs; in wpa_set_htcap_mcs()
6025 if (!ht_mcs) in wpa_set_htcap_mcs()
6031 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs); in wpa_set_htcap_mcs()
6051 ht_mcs, strerror(errno)); in wpa_set_htcap_mcs()
6271 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs); in wpa_supplicant_apply_ht_overrides()
HDconfig_file.c868 STR(ht_mcs); in wpa_config_write_network()
HDconfig.c2686 { STR(ht_mcs) },
2942 os_free(ssid->ht_mcs); in wpa_config_free_ssid()
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDmain.c1187 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[0], in rtw_rate_mask_cfg()
1190 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[1], in rtw_rate_mask_cfg()
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDphy.c177 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[0], in rtw89_phy_ra_mask_cfg()
179 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[1], in rtw89_phy_ra_mask_cfg()
446 mask->control[nl_band].ht_mcs[i], in rtw89_phy_rate_pattern_vif()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/net/
HDcfg80211.h136 uint8_t ht_mcs[IEEE80211_HT_MCS_MASK_LEN]; member