/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_pro/ |
H A D | wifi_pro_state_machine_test.cpp | 431 linkedInfo.band = 1; in HWTEST_F()
|
/test/xts/hats/hdf/wlan/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 263 wifiInfo.band = IEEE80211_BAND_2GHZ;
in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 104 SubBand band[MAX_DECOMPOSITIONS][4]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | nl80211_copy.h | 467 * doing a passive scan on the 5 GHz band you find an AP there (if not 470 * never be used for channels 1-11 on the 2 GHz band as they are always 645 * management frames at CCK rate or not in 2GHz band. 1644 * (enum nl80211_tx_rate_attributes) describing TX rates per band. The 1646 * data. If a band is not included, it will be configured to allow all 1788 * nested array attribute containing an entry for each band, with the entry 1819 * frames are being transmitted at CCK rate in 2GHz band, the user space 2239 * the specified band is to be adjusted before doing 3361 * for each interface type that supports the band data 3370 * @NL80211_BAND_IFTYPE_ATTR_MAX: highest band H 5798 __u8 band; global() member [all...] |
H A D | driver.h | 596 * The relative_adjust_rssi should be added to the band specified 605 * belong to the band specified by relative_adjust_band while comparing 691 * mode - Mode/band (HOSTAPD_MODE_IEEE80211A, ..) 1617 /** Driver supports automatic band selection */ 4080 * set_band - Notify driver of band selection 4082 * @band: The selected band(s) 4085 int (*set_band)(void *priv, enum set_band band); 5424 * @freq_24: Best 2.4 GHz band channel frequency in MHz 5425 * @freq_5: Best 5 GHz band channe [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.cpp | 117 WifiErrorNo WifiHdiWpaClient::GetSupportFrequencies(int band, std::vector<int> &frequencies)
in GetSupportFrequencies() argument 754 LOGE("unsupport band");
in GetModeString() 1344 WifiErrorNo WifiHdiWpaClient::ReqP2pGetSupportFrequencies(int band, std::vector<int> &frequencies) const
in ReqP2pGetSupportFrequencies() argument
|
/third_party/backends/backend/ |
H A D | xerox_mfp.c | 1210 DBG(4, "acquiring, size per band v: %d, h: %d, %sblock: %d, slack: %d\n", in dev_acquire() 1286 const int band = (k % bands) * dev->horizontal; in copy_mix_bands_trim() local 1293 *buf++ = dev->data[(dev->dataoff + band + x + y * linesize) & DATAMASK]; in copy_mix_bands_trim()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 662 const int band = VP8EncBands[n + 1]; in TrellisQuantizeBlock() local 706 (n < 15) ? VP8BitCost(0, probas[band][ctx][0]) : 0; in TrellisQuantizeBlock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 5098 unsigned int band = 0; local 5103 band |= wpas_freq_to_band(freqs[i]); 5115 band |= BAND_2_4_GHZ; 5118 band |= BAND_5_GHZ; 5121 band |= BAND_60_GHZ; 5124 band = BAND_2_4_GHZ | BAND_5_GHZ | 5130 return band; 5218 /* Get the active work to know the type and band. */
|
H A D | scan.c | 650 enum hostapd_hw_mode band, in wpa_setband_scan_freqs_list() 653 /* Include only supported channels for the specified band */ in wpa_setband_scan_freqs_list() 657 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band); in wpa_setband_scan_freqs_list() 659 /* No channels supported in this band - use empty list */ in wpa_setband_scan_freqs_list() 2022 /* if SNR is close, decide by max rate or frequency band */ in wpa_scan_result_compar() 649 wpa_setband_scan_freqs_list(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode band, struct wpa_driver_scan_params *params) wpa_setband_scan_freqs_list() argument
|
H A D | ctrl_iface.c | 300 static int wpas_ctrl_set_band(struct wpa_supplicant *wpa_s, char *band) in wpas_ctrl_set_band() argument 304 if (os_strcmp(band, "AUTO") == 0) in wpas_ctrl_set_band() 306 else if (os_strcmp(band, "5G") == 0) in wpas_ctrl_set_band() 308 else if (os_strcmp(band, "2G") == 0) in wpas_ctrl_set_band() 376 /* <band>:adjust_value */ in wpas_ctrl_set_relative_band_adjust()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant.c | 6349 unsigned int band = 0; local 6354 band |= wpas_freq_to_band(freqs[i]); 6366 band |= BAND_2_4_GHZ; 6369 band |= BAND_5_GHZ; 6372 band |= BAND_60_GHZ; 6375 band = BAND_2_4_GHZ | BAND_5_GHZ | 6381 return band; 6469 /* Get the active work to know the type and band. */
|
H A D | scan.c | 738 enum hostapd_hw_mode band, in wpa_add_scan_freqs_list() 741 /* Include only supported channels for the specified band */ in wpa_add_scan_freqs_list() 746 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band, is_6ghz); in wpa_add_scan_freqs_list() 1436 * since the 6 GHz band is disabled for P2P uses. */ in wpa_supplicant_scan() 2174 /* If SNR is close, decide by max rate or frequency band. For cases in wpa_scan_result_compar() 2175 * involving the 6 GHz band, use the throughput estimate irrespective in wpa_scan_result_compar() 737 wpa_add_scan_freqs_list(struct wpa_supplicant *wpa_s, enum hostapd_hw_mode band, struct wpa_driver_scan_params *params, bool is_6ghz) wpa_add_scan_freqs_list() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_file_spec.cpp | 33 item.band = 0; in ClearWifiDeviceConfig() 163 if (key == "band") { in SetWifiDeviceConfigOutDated() 164 item.band = CheckDataLegal(tmpValue); in SetWifiDeviceConfigOutDated() 822 } else if (key == "band") { in SetTClassKeyValue() 868 ss << " " <<"band=" << static_cast<int>(item.GetBand()) << std::endl; in OutTClassString()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher.cpp | 984 int signalLevel = WifiSettings::GetInstance().GetSignalLevel(state, likedInfo.band); in PublishRssiValueChangedEvent()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 535 * doing a passive scan on the 5 GHz band you find an AP there (if not 538 * never be used for channels 1-11 on the 2 GHz band as they are always 726 * management frames at CCK rate or not in 2GHz band. 1777 * (enum nl80211_tx_rate_attributes) describing TX rates per band. The 1779 * data. If a band is not included, it will be configured to allow all 1922 * nested array attribute containing an entry for each band, with the entry 1953 * frames are being transmitted at CCK rate in 2GHz band, the user space 2381 * the specified band is to be adjusted before doing 3712 * for each interface type that supports the band data 3721 * @NL80211_BAND_IFTYPE_ATTR_MAX: highest band H 6428 __u8 band; global() member [all...] |
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 671 wlanInfo.band = 0; in HWTEST_F() 710 wlanInfo.band = 1; in HWTEST_F() 909 wlanInfo.band = 0; in HWTEST_F()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 246 lastSignalLevel = WifiSettings::GetInstance().GetSignalLevel(linkedInfo.rssi, linkedInfo.band, in GoInState() 2271 int signalLevel = WifiSettings::GetInstance().GetSignalLevel(linkedInfo.rssi, linkedInfo.band, m_instId); in GetCurSignalLevel()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 1370 *is5GBand = (info.band != 1); in GetWlanLinkedAttribute()
|