Lines Matching refs:NL80211NestedAttr
163 NL80211NestedAttr GenerateBandsAttributeForIfTypeData() { in GenerateBandsAttributeForIfTypeData()
164 NL80211NestedAttr if_type_data(NL80211_BAND_ATTR_IFTYPE_DATA); in GenerateBandsAttributeForIfTypeData()
166 NL80211NestedAttr if_type_data1(1); in GenerateBandsAttributeForIfTypeData()
178 void AppendBandPhyAttributes(NL80211NestedAttr* band_attr) { in AppendBandPhyAttributes()
187 NL80211NestedAttr GenerateBandsAttributeFor2g() { in GenerateBandsAttributeFor2g()
188 NL80211NestedAttr freq_2g_1(1); in GenerateBandsAttributeFor2g()
189 NL80211NestedAttr freq_2g_2(2); in GenerateBandsAttributeFor2g()
190 NL80211NestedAttr freq_2g_3(3); in GenerateBandsAttributeFor2g()
198 NL80211NestedAttr band_2g_freqs(NL80211_BAND_ATTR_FREQS); in GenerateBandsAttributeFor2g()
203 NL80211NestedAttr band_2g_attr(1); in GenerateBandsAttributeFor2g()
207 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS); in GenerateBandsAttributeFor2g()
212 NL80211NestedAttr GenerateBandsAttributeFor5gAndDfs() { in GenerateBandsAttributeFor5gAndDfs()
213 NL80211NestedAttr freq_5g_1(4); in GenerateBandsAttributeFor5gAndDfs()
214 NL80211NestedAttr freq_5g_2(5); in GenerateBandsAttributeFor5gAndDfs()
215 NL80211NestedAttr freq_5g_3(6); in GenerateBandsAttributeFor5gAndDfs()
216 NL80211NestedAttr freq_dfs_1(7); in GenerateBandsAttributeFor5gAndDfs()
236 NL80211NestedAttr band_5g_freqs(NL80211_BAND_ATTR_FREQS); in GenerateBandsAttributeFor5gAndDfs()
242 NL80211NestedAttr band_5g_attr(1); in GenerateBandsAttributeFor5gAndDfs()
246 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS); in GenerateBandsAttributeFor5gAndDfs()
252 NL80211NestedAttr attr_2g = GenerateBandsAttributeFor2g(); in AppendBandInfoAttributes()
253 NL80211NestedAttr attr_5g_and_dfs = GenerateBandsAttributeFor5gAndDfs(); in AppendBandInfoAttributes()