Searched defs:BandInfo (Results 1 – 1 of 1) sorted by relevance
56 struct BandInfo { struct57 BandInfo(): in BandInfo() function68 std::vector<uint32_t> band_2g;70 std::vector<uint32_t> band_5g;72 std::vector<uint32_t> band_dfs;74 std::vector<uint32_t> band_6g;76 std::vector<uint32_t> band_60g;78 bool is_80211n_supported;80 bool is_80211ac_supported;82 bool is_80211ax_supported;[all …]