| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | he.c | 58 const u8 *he_cap_ie, u8 he_cap_len, in ieee80211_he_cap_ie_to_sta_he_cap() argument 63 struct ieee80211_he_cap_elem *he_cap_ie_elem = (void *)he_cap_ie; in ieee80211_he_cap_ie_to_sta_he_cap() 70 if (!he_cap_ie || !ieee80211_get_he_sta_cap(sband)) in ieee80211_he_cap_ie_to_sta_he_cap() 76 ieee80211_he_ppe_size(he_cap_ie[sizeof(he_cap->he_cap_elem) + in ieee80211_he_cap_ie_to_sta_he_cap() 84 memcpy(&he_cap->he_cap_elem, he_cap_ie, sizeof(he_cap->he_cap_elem)); in ieee80211_he_cap_ie_to_sta_he_cap() 88 &he_cap_ie[sizeof(he_cap->he_cap_elem)], mcs_nss_size); in ieee80211_he_cap_ie_to_sta_he_cap() 94 &he_cap_ie[sizeof(he_cap->he_cap_elem) + mcs_nss_size], in ieee80211_he_cap_ie_to_sta_he_cap()
|
| H A D | ieee80211_i.h | 1913 const u8 *he_cap_ie, u8 he_cap_len,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_he.c | 1168 u8 *out_he_op_ie, *he_cap_ie, *he_op_ie; in rtw_restructure_he_ie() local 1174 …he_cap_ie = rtw_get_ie_ex(in_ie + 12, in_len - 12, WLAN_EID_EXTENSION, &he_cap_eid_ext, 1, NULL, &… in rtw_restructure_he_ie() 1175 if (!he_cap_ie || (ielen > (HE_CAP_ELE_MAX_LEN + 2))) in rtw_restructure_he_ie() 1560 u8 he_cap_ie[255]; in rtw_update_he_ies() local 1570 he_cap_ie_len = rtw_build_he_cap_ie(padapter, he_cap_ie); in rtw_update_he_ies() 1571 rtw_add_bcn_ie_ex(padapter, pnetwork, he_cap_eid_ext, he_cap_ie + 2, he_cap_ie_len - 2); in rtw_update_he_ies()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | 802.11ax.h | 470 BWL_PRE_PACKED_STRUCT struct he_cap_ie { struct 480 typedef struct he_cap_ie he_cap_ie_t; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | 802.11ax.h | 471 BWL_PRE_PACKED_STRUCT struct he_cap_ie { struct 481 typedef struct he_cap_ie he_cap_ie_t; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | 802.11ax.h | 471 BWL_PRE_PACKED_STRUCT struct he_cap_ie { struct 481 typedef struct he_cap_ie he_cap_ie_t; argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | 802.11ax.h | 466 BWL_PRE_PACKED_STRUCT struct he_cap_ie { struct 476 typedef struct he_cap_ie he_cap_ie_t; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | 802.11ax.h | 466 BWL_PRE_PACKED_STRUCT struct he_cap_ie { struct 476 typedef struct he_cap_ie he_cap_ie_t; argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_he.c | 1168 u8 *out_he_op_ie, *he_cap_ie, *he_op_ie; in rtw_restructure_he_ie() local 1174 …he_cap_ie = rtw_get_ie_ex(in_ie + 12, in_len - 12, WLAN_EID_EXTENSION, &he_cap_eid_ext, 1, NULL, &… in rtw_restructure_he_ie() 1175 if (!he_cap_ie || (ielen > (HE_CAP_ELE_MAX_LEN + 2))) in rtw_restructure_he_ie()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 9648 u8 he_cap_ie[HE_CAP_ELE_MAX_LEN] = {0}; in rtw_cfg80211_init_he_capab() local 9658 cap_len = rtw_get_dft_he_cap_ie(padapter, phy_cap, dft_proto_cap, he_cap_ie); in rtw_cfg80211_init_he_capab() 9663 _rtw_memcpy(&sta_he_cap->he_cap_elem.mac_cap_info, he_cap_ie + 3, HE_CAP_ELE_MAC_CAP_LEN); in rtw_cfg80211_init_he_capab() 9665 he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN, in rtw_cfg80211_init_he_capab() 9670 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.rx_mcs_80, he_cap_ie + ofst_80m, 2); in rtw_cfg80211_init_he_capab() 9671 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.tx_mcs_80, he_cap_ie + ofst_80m + 2, 2); in rtw_cfg80211_init_he_capab() 9674 if(GET_HE_PHY_CAP_SUPPORT_CHAN_WIDTH_SET(he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN) & BIT2) { in rtw_cfg80211_init_he_capab() 9675 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.rx_mcs_160, he_cap_ie + ofst_160m, 2); in rtw_cfg80211_init_he_capab() 9676 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.tx_mcs_160, he_cap_ie + ofst_160m + 2, 2); in rtw_cfg80211_init_he_capab() 9684 if(GET_HE_PHY_CAP_SUPPORT_CHAN_WIDTH_SET(he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN) & BIT3) { in rtw_cfg80211_init_he_capab() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 9823 u8 he_cap_ie[HE_CAP_ELE_MAX_LEN] = {0}; in rtw_cfg80211_init_he_capab() local 9833 cap_len = rtw_get_dft_he_cap_ie(padapter, phy_cap, dft_proto_cap, he_cap_ie); in rtw_cfg80211_init_he_capab() 9838 _rtw_memcpy(&sta_he_cap->he_cap_elem.mac_cap_info, he_cap_ie + 3, HE_CAP_ELE_MAC_CAP_LEN); in rtw_cfg80211_init_he_capab() 9840 he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN, in rtw_cfg80211_init_he_capab() 9845 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.rx_mcs_80, he_cap_ie + ofst_80m, 2); in rtw_cfg80211_init_he_capab() 9846 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.tx_mcs_80, he_cap_ie + ofst_80m + 2, 2); in rtw_cfg80211_init_he_capab() 9849 if(GET_HE_PHY_CAP_SUPPORT_CHAN_WIDTH_SET(he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN) & BIT2) { in rtw_cfg80211_init_he_capab() 9850 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.rx_mcs_160, he_cap_ie + ofst_160m, 2); in rtw_cfg80211_init_he_capab() 9851 _rtw_memcpy(&sta_he_cap->he_mcs_nss_supp.tx_mcs_160, he_cap_ie + ofst_160m + 2, 2); in rtw_cfg80211_init_he_capab() 9859 if(GET_HE_PHY_CAP_SUPPORT_CHAN_WIDTH_SET(he_cap_ie + 3 + HE_CAP_ELE_MAC_CAP_LEN) & BIT3) { in rtw_cfg80211_init_he_capab() [all …]
|