Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.h104 supports_tx_mgmt_frame_mcs(false) {} in WiphyFeatures()
120 bool supports_tx_mgmt_frame_mcs; member
Dnetlink_utils.cpp92 supports_tx_mgmt_frame_mcs = false; in WiphyFeatures()
/system/connectivity/wificond/
Dclient_interface_impl.cpp191 << wiphy_features_.supports_tx_mgmt_frame_mcs << endl; in Dump()
278 if (mcs >= 0 && !wiphy_features_.supports_tx_mgmt_frame_mcs) { in SendMgmtFrame()
/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp195 wiphy_features.supports_tx_mgmt_frame_mcs = true; in TEST_F()