Home
last modified time | relevance | path

Searched defs:channel_width (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/network/
Dexpected_performance_results.py152 def get_expected_throughput_wifi(test_type, mode, channel_width): argument
Dhostap_config.py338 def channel_width(self): member in HostapConfig
/external/autotest/server/cros/ap_configurators/
Dasus_rtac68u_ap_configurator.py228 def set_channel_width(self, channel_width): argument
237 def _set_channel_width(self, channel_width): argument
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c3430 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_vht_operation_channel_width() local
3460 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_6ghz_operation_channel_width() local
3493 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_he_operation_channel_width() local
3533 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_eht_operation_channel_width() local
3564 enum chan_width channel_width = CHAN_WIDTH_UNKNOWN; in get_operation_channel_width() local
/external/stressapptest/src/
Dos.h73 void SetDramMappingParams(uintptr_t channel_hash, int channel_width, in SetDramMappingParams()