Home
last modified time | relevance | path

Searched refs:vht_cap_ie (Results 1 – 11 of 11) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_vht.c65 const u8 *vht_cap_ie; in dump_vht_cap_ie() local
68 vht_cap_ie = rtw_get_ie(ie, WLAN_EID_VHT_CAPABILITY, &vht_cap_ielen, ie_len); in dump_vht_cap_ie()
69 if (!ie || vht_cap_ie != ie) in dump_vht_cap_ie()
72 dump_vht_cap_ie_content(sel, vht_cap_ie + 2, vht_cap_ielen); in dump_vht_cap_ie()
1000 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
1010 vht_cap_ie = rtw_get_ie(in_ie + 12, EID_VHTCapability, &ielen, in_len - 12); in rtw_restructure_vht_ie()
1011 if (!vht_cap_ie || ielen != VHT_CAP_IE_LEN) in rtw_restructure_vht_ie()
1202 void rtw_update_drv_vht_cap(_adapter *padapter, u8 *vht_cap_ie) in rtw_update_drv_vht_cap() argument
1216 rtw_build_vht_cap_ie(padapter, vht_cap_ie); in rtw_update_drv_vht_cap()
1241 u8 *vht_cap_ie, *vht_op_ie; in rtw_check_vht_ies() local
[all …]
Drtw_ap.c4608 u8 *vht_cap_ie, *vht_op_ie; in rtw_ap_update_bss_chbw() local
4612vht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_VHTCapability, &vht_cap_ie… in rtw_ap_update_bss_chbw()
4617 if (vht_cap_ie && vht_cap_ielen) { in rtw_ap_update_bss_chbw()
4622 SET_VHT_CAPABILITY_ELE_SHORT_GI160M(vht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
4625 SET_VHT_CAPABILITY_ELE_SHORT_GI80M(vht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw()
4627 SET_VHT_CAPABILITY_ELE_SHORT_GI80M(vht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dvht.c118 const struct ieee80211_vht_cap *vht_cap_ie, in ieee80211_vht_cap_ie_to_sta_vht_cap() argument
131 if (!vht_cap_ie || !sband->vht_cap.vht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap()
169 cap_info = le32_to_cpu(vht_cap_ie->vht_cap_info); in ieee80211_vht_cap_ie_to_sta_vht_cap()
229 memcpy(&vht_cap->vht_mcs, &vht_cap_ie->supp_mcs, in ieee80211_vht_cap_ie_to_sta_vht_cap()
Dmlme.c4725 const u8 *ht_cap_ie, *vht_cap_ie; in ieee80211_ht_vht_rx_chains() local
4746 vht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_VHT_CAPABILITY); in ieee80211_ht_vht_rx_chains()
4747 if (vht_cap_ie && vht_cap_ie[1] >= sizeof(*vht_cap)) { in ieee80211_ht_vht_rx_chains()
4751 vht_cap = (void *)(vht_cap_ie + 2); in ieee80211_ht_vht_rx_chains()
Dieee80211_i.h1887 const struct ieee80211_vht_cap *vht_cap_ie,
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_vht.h219 void rtw_update_drv_vht_cap(_adapter *padapter, u8 *vht_cap_ie);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
D802.11.h4060 BWL_PRE_PACKED_STRUCT struct vht_cap_ie { struct
4068 typedef struct vht_cap_ie vht_cap_ie_t; argument
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
D802.11.h4366 BWL_PRE_PACKED_STRUCT struct vht_cap_ie { struct
4374 typedef struct vht_cap_ie vht_cap_ie_t; argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
D802.11.h4223 BWL_PRE_PACKED_STRUCT struct vht_cap_ie { struct
4231 typedef struct vht_cap_ie vht_cap_ie_t; argument
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
D802.11.h4608 BWL_PRE_PACKED_STRUCT struct vht_cap_ie { struct
4616 typedef struct vht_cap_ie vht_cap_ie_t; argument
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c10061 u8 vht_cap_ie[2 + 12] = {0}; in rtw_cfg80211_init_vht_capab() local
10067 rtw_build_vht_cap_ie(padapter, vht_cap_ie); in rtw_cfg80211_init_vht_capab()
10071 _rtw_memcpy(&sta_vht_cap->cap, vht_cap_ie + 2, 4); in rtw_cfg80211_init_vht_capab()
10072 _rtw_memcpy(&sta_vht_cap->vht_mcs, vht_cap_ie + 2 + 4, 8); in rtw_cfg80211_init_vht_capab()