Lines Matching refs:NL80211NestedAttr
162 NL80211NestedAttr GenerateBandsAttributeForIfTypeData() { in GenerateBandsAttributeForIfTypeData()
163 NL80211NestedAttr if_type_data(NL80211_BAND_ATTR_IFTYPE_DATA); in GenerateBandsAttributeForIfTypeData()
165 NL80211NestedAttr if_type_data1(1); in GenerateBandsAttributeForIfTypeData()
177 void AppendBandPhyAttributes(NL80211NestedAttr* band_attr) { in AppendBandPhyAttributes()
186 NL80211NestedAttr GenerateBandsAttributeFor2g() { in GenerateBandsAttributeFor2g()
187 NL80211NestedAttr freq_2g_1(1); in GenerateBandsAttributeFor2g()
188 NL80211NestedAttr freq_2g_2(2); in GenerateBandsAttributeFor2g()
189 NL80211NestedAttr freq_2g_3(3); in GenerateBandsAttributeFor2g()
197 NL80211NestedAttr band_2g_freqs(NL80211_BAND_ATTR_FREQS); in GenerateBandsAttributeFor2g()
202 NL80211NestedAttr band_2g_attr(1); in GenerateBandsAttributeFor2g()
206 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS); in GenerateBandsAttributeFor2g()
211 NL80211NestedAttr GenerateBandsAttributeFor5gAndDfs() { in GenerateBandsAttributeFor5gAndDfs()
212 NL80211NestedAttr freq_5g_1(4); in GenerateBandsAttributeFor5gAndDfs()
213 NL80211NestedAttr freq_5g_2(5); in GenerateBandsAttributeFor5gAndDfs()
214 NL80211NestedAttr freq_5g_3(6); in GenerateBandsAttributeFor5gAndDfs()
215 NL80211NestedAttr freq_dfs_1(7); in GenerateBandsAttributeFor5gAndDfs()
235 NL80211NestedAttr band_5g_freqs(NL80211_BAND_ATTR_FREQS); in GenerateBandsAttributeFor5gAndDfs()
241 NL80211NestedAttr band_5g_attr(1); in GenerateBandsAttributeFor5gAndDfs()
245 NL80211NestedAttr band_attr(NL80211_ATTR_WIPHY_BANDS); in GenerateBandsAttributeFor5gAndDfs()
251 NL80211NestedAttr attr_2g = GenerateBandsAttributeFor2g(); in AppendBandInfoAttributes()
252 NL80211NestedAttr attr_5g_and_dfs = GenerateBandsAttributeFor5gAndDfs(); in AppendBandInfoAttributes()