HomeSort by relevance Sort by last modified time
    Searched refs:removeExtRadioWork (Results 1 - 6 of 6) sorted by null

  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIface.hal 462 removeExtRadioWork(uint32_t id) generates (SupplicantStatus status);
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.h 154 Return<void> removeExtRadioWork(
sta_iface.cpp 484 Return<void> StaIface::removeExtRadioWork(
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_iface.h 157 Return<void> removeExtRadioWork(
sta_iface.cpp 498 Return<void> StaIface::removeExtRadioWork(
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_iface_hidl_test.cpp 519 // So there this no guaranteed result from calling removeExtRadioWork here.
521 // removeExtRadioWork in a row.
525 * RemoveExtRadioWork
527 TEST_F(SupplicantStaIfaceHidlTest, RemoveExtRadioWork) {
531 HIDL_INVOKE(sta_iface_, removeExtRadioWork, kTestRadioWorkId).code);

Completed in 116 milliseconds