Home
last modified time | relevance | path

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

/aosp_15_r20/system/connectivity/wificond/net/
Dnetlink_utils.h134 supports_tx_mgmt_frame_mcs(false) {} in WiphyFeatures()
150 bool supports_tx_mgmt_frame_mcs; member
Dnetlink_utils.cpp113 supports_tx_mgmt_frame_mcs = false; in WiphyFeatures()
/aosp_15_r20/system/connectivity/wificond/
Dclient_interface_impl.cpp198 << wiphy_features_.supports_tx_mgmt_frame_mcs << endl; in Dump()
294 if (mcs >= 0 && !wiphy_features_.supports_tx_mgmt_frame_mcs) { in SendMgmtFrame()
/aosp_15_r20/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp161 wiphy_features.supports_tx_mgmt_frame_mcs = true; in TEST_F()