Lines Matching refs:band
1111 * @tc.desc: Wifi hal get valid frequency with specific band test
1119 int32_t band = IEEE80211_BAND_2GHZ;
1128 ret = staFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1131 band, nullptr, size, &num);
1134 band, freqs, 10, &num);
1137 band, freqs, size, nullptr);
1143 band, freqs, size, &num);
1153 * @tc.desc: Wifi hal get valid frequency with specific band test
1161 int32_t band = IEEE80211_BAND_2GHZ;
1170 ret = apFeature->baseFeature.getValidFreqsWithBand(nullptr, band, freqs, size, &num);
1173 band, nullptr, size, &num);
1175 ret = apFeature->baseFeature.getValidFreqsWithBand((struct IWiFiBaseFeature *)apFeature, band, freqs, 10, &num);
1178 band, freqs, size, nullptr);
1184 band, freqs, size, &num);