Home
last modified time | relevance | path

Searched refs:virtio_mac80211_hwsim (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp711 if (!config.virtio_mac80211_hwsim()) { in StartCommands()
731 if (!config.virtio_mac80211_hwsim()) { in StartCommands()
751 if (!config.virtio_mac80211_hwsim()) { in StartCommands()
Dcrosvm_manager.cpp491 if (config.virtio_mac80211_hwsim() && in StartCommands()
605 if (!config.virtio_mac80211_hwsim() && environment.enable_wifi()) { in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp487 void CuttlefishConfig::set_virtio_mac80211_hwsim(bool virtio_mac80211_hwsim) { in set_virtio_mac80211_hwsim() argument
488 (*dictionary_)[kVirtioMac80211Hwsim] = virtio_mac80211_hwsim; in set_virtio_mac80211_hwsim()
490 bool CuttlefishConfig::virtio_mac80211_hwsim() const { in virtio_mac80211_hwsim() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h248 void set_virtio_mac80211_hwsim(bool virtio_mac80211_hwsim);
249 bool virtio_mac80211_hwsim() const;
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwmediumd_server.cpp51 return environment_.enable_wifi() && config_.virtio_mac80211_hwsim() && in Enabled()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1327 const bool start_wmediumd = tmp_config_obj.virtio_mac80211_hwsim() && in InitializeCuttlefishConfiguration()
1549 tmp_config_obj.virtio_mac80211_hwsim()) { in InitializeCuttlefishConfiguration()