Home
last modified time | relevance | path

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

/external/libweave/examples/provider/
Dwifi_manager.cc153 std::string hostapd_conf = "/tmp/weave_hostapd.conf"; in StartAccessPoint() local
155 std::ofstream ofs(hostapd_conf); in StartAccessPoint()
161 CHECK_EQ(0, ForkCmdAndWait("hostapd", {"-B", "-K", hostapd_conf})); in StartAccessPoint()