Home
last modified time | relevance | path

Searched refs:ie10 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2218 phy_ppdu->ie10 = (const void *)iehdr; in rtw89_core_parse_phy_status_ie10()
2342 phy_ppdu->ie10 = NULL; in rtw89_core_rx_parse_phy_sts()
3479 const struct rtw89_phy_sts_ie10 *ie10, in rtw89_core_he_mu_get_cc_ptr() argument
3489 sigb = &ie10->sigb[0]; in rtw89_core_he_mu_get_cc_ptr()
3490 end_sigb = (const void *)ie10 + in rtw89_core_he_mu_get_cc_ptr()
3491 rtw89_core_get_phy_status_ie_len(rtwdev, (const void *)ie10); in rtw89_core_he_mu_get_cc_ptr()
3525 const struct rtw89_phy_sts_ie10 *ie10) in rtw89_core_update_radiotap_he_mu() argument
3620 if (comp || !ie10) in rtw89_core_update_radiotap_he_mu()
3626 rtw89_core_he_mu_get_cc_ptr(rtwdev, ie10, bw, n_ru, n_center_26tone, &c1, &c2); in rtw89_core_update_radiotap_he_mu()
3683 const struct rtw89_phy_sts_ie10 *ie10; in rtw89_core_update_radiotap_he() local
[all …]
H A Dcore.h875 const struct rtw89_phy_sts_ie10 *ie10; /* SIG-B */ member