/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifilogger_diag.cpp | 1360 MCS mcs; in get_rate_v1() local 1365 mcs.mcs = mcs_r; in get_rate_v1() 1440 MCS mcs; in get_rate() local 1465 mcs.mcs = mcs_r; in get_rate() 1466 if ((mcs.mcs_s.preamble <= WL_PREAMBLE_VHT) && (mcs.mcs_s.rate < 10)) { in get_rate() 1799 MCS mcs; in get_tx_mcs_v1() local 1802 mcs.mcs = 0; in get_tx_mcs_v1() 1813 return mcs.mcs; in get_tx_mcs_v1() 1819 MCS mcs; in get_tx_mcs() local 1822 mcs.mcs = 0; in get_tx_mcs() [all …]
|
H A D | pkt_stats.h | 593 u16 mcs; member
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | client_interface_impl_unittest.cpp | 128 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 168 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 190 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 212 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 233 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 259 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 296 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 301 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 338 int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument 360 const vector<uint8_t>& frame, int32_t mcs, uint64_t* out_cookie) { in TEST_F() argument
|
H A D | mock_netlink_utils.h | 74 int32_t mcs,
|
/aosp12/system/connectivity/wificond/ |
H A D | client_interface_binder.cpp | 91 const sp<ISendMgmtFrameEvent>& callback, int32_t mcs) { in SendMgmtFrame() argument 97 impl_->SendMgmtFrame(frame, callback, mcs); in SendMgmtFrame()
|
H A D | client_interface_impl.cpp | 279 const sp<ISendMgmtFrameEvent>& callback, int32_t mcs) { in SendMgmtFrame() argument 280 if (mcs >= 0 && !wiphy_features_.supports_tx_mgmt_frame_mcs) { in SendMgmtFrame() 287 if (!netlink_utils_->SendMgmtFrame(interface_index_, frame, mcs, &cookie)) { in SendMgmtFrame()
|
H A D | client_interface_binder.h | 53 int32_t mcs) override;
|
H A D | client_interface_impl.h | 88 int32_t mcs);
|
/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/ |
H A D | IClientInterface.aidl | 67 in byte[] frame, in ISendMgmtFrameEvent callback, int mcs); in SendMgmtFrame() argument
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | ClientModeDefaults.java | 172 default void probeLink(ClientMode.LinkProbeCallback callback, int mcs) { in probeLink() argument
|
H A D | ClientMode.java | 192 void probeLink(LinkProbeCallback callback, int mcs); in probeLink() argument
|
H A D | WifiNative.java | 1804 @NonNull WifiNl80211Manager.SendMgmtFrameCallback callback, int mcs) { 1805 mWifiCondManager.sendMgmtFrame(ifaceName, frame, mcs, Runnable::run, callback); 1823 @NonNull WifiNl80211Manager.SendMgmtFrameCallback callback, int mcs) { 1845 sendMgmtFrame(ifaceName, frame, callback, mcs);
|
H A D | ConcreteClientModeManager.java | 1339 public void probeLink(LinkProbeCallback callback, int mcs) { in probeLink() argument 1340 getClientMode().probeLink(callback, mcs); in probeLink()
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_utils.h | 293 const std::vector<uint8_t>& frame, int32_t mcs, uint64_t* out_cookie);
|
H A D | netlink_utils.cpp | 824 const vector<uint8_t>& frame, int32_t mcs, uint64_t* out_cookie) { in SendMgmtFrame() argument 838 if (mcs >= 0) { in SendMgmtFrame()
|
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211Manager.java | 1328 public void sendMgmtFrame(@NonNull String ifaceName, @NonNull byte[] frame, int mcs, in sendMgmtFrame() argument 1359 clientInterface.SendMgmtFrame(frame, sendMgmtFrameEvent, mcs); in sendMgmtFrame()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | nl80211.h | 1123 __u16 mcs[NL80211_VHT_NSS_MAX]; member 1127 __u16 mcs[NL80211_HE_NSS_MAX]; member
|
/aosp12/system/connectivity/wificond/net/kernel-header-latest/ |
H A D | nl80211.h | 4435 __u16 mcs[NL80211_VHT_NSS_MAX]; member 4443 __u16 mcs[NL80211_HE_NSS_MAX]; member
|
/aosp12/hardware/interfaces/wifi/1.4/ |
H A D | types.hal | 451 * HT/VHT/HE it would be mcs index.
|
/aosp12/build/make/tools/releasetools/ |
H A D | pylintrc | 364 valid-metaclass-classmethod-first-arg=mcs
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
H A D | 802.11.h | 3118 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \ argument 3122 VHT_MCS_MAP_SET_MCS_PER_SS(i, mcs, mcsmap); \
|
/aosp12/system/apex/ |
H A D | pylintrc | 438 valid-metaclass-classmethod-first-arg=mcs
|
/aosp12/system/tools/mkbootimg/ |
H A D | pylintrc | 431 valid-metaclass-classmethod-first-arg=mcs
|
/aosp12/system/update_engine/ |
H A D | pylintrc | 410 valid-metaclass-classmethod-first-arg=mcs
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
H A D | wlioctl.h | 495 uint8 mcs[MCSSET_LEN]; /* supported mcs index bit map */ member 1225 uint32 mcs[WL_RATESET_SZ_HT_MCS * WL_TX_CHAINS_MAX]; /* MCS counts */ member
|