Home
last modified time | relevance | path

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

/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DISendMgmtFrameEvent.aidl33 const int SEND_MGMT_FRAME_ERROR_NO_ACK = 3; field
/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp196 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
265 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
315 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
366 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
/system/connectivity/wificond/
Dclient_interface_impl.cpp304 ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_NO_ACK); in SendMgmtFrame()