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.h122 supports_tx_mgmt_frame_mcs(false) {} in WiphyFeatures()
138 bool supports_tx_mgmt_frame_mcs; member
Dnetlink_utils.cpp108 supports_tx_mgmt_frame_mcs = false; in WiphyFeatures()
/system/connectivity/wificond/
Dclient_interface_impl.cpp197 << wiphy_features_.supports_tx_mgmt_frame_mcs << endl; in Dump()
276 if (mcs >= 0 && !wiphy_features_.supports_tx_mgmt_frame_mcs) { in SendMgmtFrame()
/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp160 wiphy_features.supports_tx_mgmt_frame_mcs = true; in TEST_F()