Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c338 static const struct ieee80211_channel hdd_channels_5_ghz[] = { variable
395 #define band_5_ghz_channels_size (sizeof(hdd_channels_5_ghz) + \
398 #define band_5_ghz_channels_size (sizeof(hdd_channels_5_ghz) + \
449 .n_channels = ARRAY_SIZE(hdd_channels_5_ghz),
22567 num_ch = QDF_ARRAY_SIZE(hdd_channels_5_ghz) + num_dsrc_ch + num_srd_ch; in wlan_hdd_update_wiphy_supported_band()
22568 len_5g_ch = sizeof(hdd_channels_5_ghz); in wlan_hdd_update_wiphy_supported_band()
22572 &hdd_channels_5_ghz[0], len_5g_ch); in wlan_hdd_update_wiphy_supported_band()
28485 num_5g = QDF_ARRAY_SIZE(hdd_channels_5_ghz); in wlan_hdd_init_chan_info()
28488 hdd_channels_5_ghz[index - num_2g].center_freq; in wlan_hdd_init_chan_info()