Lines Matching refs:channel_width
1385 uint8_t channel_width) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width() argument
1389 if (channel_width == WLAN_EHT_CHWIDTH_320) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width()
1391 else if (channel_width == WLAN_EHT_CHWIDTH_160) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width()
1393 else if (channel_width == WLAN_EHT_CHWIDTH_80) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width()
1395 else if (channel_width == WLAN_EHT_CHWIDTH_40) in wlan_mlme_convert_eht_op_bw_to_phy_ch_width()
4410 *value = mlme_obj->cfg.vht_caps.vht_cap_info.channel_width; in wlan_mlme_get_vht_channel_width()
7954 wlan_mlme_convert_vht_op_bw_to_phy_ch_width(uint8_t channel_width, in wlan_mlme_convert_vht_op_bw_to_phy_ch_width() argument
7972 if (channel_width == WLAN_VHTOP_CHWIDTH_2040) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7976 } else if (channel_width == WLAN_VHTOP_CHWIDTH_80) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7981 } else if (channel_width == WLAN_VHTOP_CHWIDTH_160) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7983 } else if (channel_width == WLAN_VHTOP_CHWIDTH_80_80) { in wlan_mlme_convert_vht_op_bw_to_phy_ch_width()
7991 wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width(uint8_t channel_width, in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width() argument
7998 if (channel_width == WLAN_HE_6GHZ_CHWIDTH_20) { in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width()
8000 } else if (channel_width == WLAN_HE_6GHZ_CHWIDTH_40) { in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width()
8002 } else if (channel_width == WLAN_HE_6GHZ_CHWIDTH_80) { in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width()
8004 } else if (channel_width == WLAN_HE_6GHZ_CHWIDTH_160_80_80) { in wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width()