Searched defs:ConfigureWiphyIndex (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwake_on_wifi.cc267 bool WakeOnWiFi::ConfigureWiphyIndex(Nl80211Message* msg, int32_t index) { function in class:shill::WakeOnWiFi
281 if (!ConfigureWiphyIndex(msg, wiphy_index)) {
309 if (!ConfigureWiphyIndex(msg, wiphy_index)) {
575 if (!ConfigureWiphyIndex(msg, wiphy_index)) {
H A Dwake_on_wifi_unittest.cc685 bool ConfigureWiphyIndex(Nl80211Message* msg, int32_t index) { function in class:shill::WakeOnWiFiTest
686 return WakeOnWiFi::ConfigureWiphyIndex(msg, index);
1198 TEST_F(WakeOnWiFiTestWithMockDispatcher, ConfigureWiphyIndex) {
1204 ConfigureWiphyIndex(&msg, 137);

Completed in 39 milliseconds