| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | ht.c | 140 const struct ieee80211_ht_cap *ht_cap_ie, in ieee80211_ht_cap_ie_to_sta_ht_cap() argument 151 if (!ht_cap_ie || !sband->ht_cap.ht_supported) in ieee80211_ht_cap_ie_to_sta_ht_cap() 174 ht_cap.cap = le16_to_cpu(ht_cap_ie->cap_info) & in ieee80211_ht_cap_ie_to_sta_ht_cap() 191 ampdu_info = ht_cap_ie->ampdu_params_info; in ieee80211_ht_cap_ie_to_sta_ht_cap() 201 ht_cap.mcs.tx_params = ht_cap_ie->mcs.tx_params; in ieee80211_ht_cap_ie_to_sta_ht_cap() 224 own_cap.mcs.rx_mask[i] & ht_cap_ie->mcs.rx_mask[i]; in ieee80211_ht_cap_ie_to_sta_ht_cap() 231 ht_cap_ie->mcs.rx_mask[i]; in ieee80211_ht_cap_ie_to_sta_ht_cap() 234 if (own_cap.mcs.rx_mask[32/8] & ht_cap_ie->mcs.rx_mask[32/8] & 1) in ieee80211_ht_cap_ie_to_sta_ht_cap() 238 ht_cap.mcs.rx_highest = ht_cap_ie->mcs.rx_highest; in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
| H A D | mlme.c | 4863 const u8 *ht_cap_ie, *vht_cap_ie; in ieee80211_ht_vht_rx_chains() local 4871 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_ht_vht_rx_chains() 4872 if (ht_cap_ie && ht_cap_ie[1] >= sizeof(*ht_cap)) { in ieee80211_ht_vht_rx_chains() 4873 ht_cap = (void *)(ht_cap_ie + 2); in ieee80211_ht_vht_rx_chains() 5008 const u8 *ht_oper_ie, *ht_cap_ie; in ieee80211_prep_channel() local 5014 ht_cap_ie = ieee80211_bss_get_ie(cbss, WLAN_EID_HT_CAPABILITY); in ieee80211_prep_channel() 5015 if (ht_cap_ie && ht_cap_ie[1] >= sizeof(*ht_cap)) in ieee80211_prep_channel() 5016 ht_cap = (void *)(ht_cap_ie + 2); in ieee80211_prep_channel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | util.c | 634 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap() local 640 ht_cap_ie = (void *)cfg80211_find_ie(WLAN_EID_HT_CAPABILITY, ies, in mwifiex_set_sta_ht_cap() 642 if (ht_cap_ie) { in mwifiex_set_sta_ht_cap() 643 ht_cap = (void *)(ht_cap_ie + 1); in mwifiex_set_sta_ht_cap()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_ieee80211.c | 1563 u8 *ht_cap_ie; in dump_ht_cap_ie() local 1566 ht_cap_ie = rtw_get_ie(ie, _HT_CAPABILITY_IE_, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1567 if(!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1570 dump_ht_cap_ie_content(sel, ht_cap_ie+2, ht_cap_ielen); in dump_ht_cap_ie() 1646 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1649 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1650 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1651 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| H A D | rtw_ap.c | 4004 u8 *ht_cap_ie, *ht_op_ie; in rtw_ap_update_bss_chbw() local 4007 …ht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTCapability, &ht_cap_ielen… in rtw_ap_update_bss_chbw() 4011 if (ht_cap_ie && ht_cap_ielen) { in rtw_ap_update_bss_chbw() 4014 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4016 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 4019 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4021 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 4024 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4026 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_ieee80211.c | 1563 u8 *ht_cap_ie; in dump_ht_cap_ie() local 1566 ht_cap_ie = rtw_get_ie(ie, _HT_CAPABILITY_IE_, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1567 if(!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1570 dump_ht_cap_ie_content(sel, ht_cap_ie+2, ht_cap_ielen); in dump_ht_cap_ie() 1647 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1650 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1651 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1652 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| H A D | rtw_ap.c | 3995 u8 *ht_cap_ie, *ht_op_ie; in rtw_ap_update_bss_chbw() local 3998 …ht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTCapability, &ht_cap_ielen… in rtw_ap_update_bss_chbw() 4002 if (ht_cap_ie && ht_cap_ielen) { in rtw_ap_update_bss_chbw() 4005 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4007 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 4010 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4012 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 4015 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 4017 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_ieee80211.c | 1502 u8 *ht_cap_ie; in dump_ht_cap_ie() local 1505 ht_cap_ie = rtw_get_ie(ie, _HT_CAPABILITY_IE_, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1506 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1509 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1586 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1589 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1590 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1591 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| H A D | rtw_ap.c | 3836 u8 *ht_cap_ie, *ht_op_ie; in rtw_ap_update_bss_chbw() local 3839 …ht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTCapability, &ht_cap_ielen… in rtw_ap_update_bss_chbw() 3843 if (ht_cap_ie && ht_cap_ielen) { in rtw_ap_update_bss_chbw() 3846 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3848 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 3851 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3853 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 3856 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3858 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_ieee80211.c | 1458 u8 *ht_cap_ie; in dump_ht_cap_ie() local 1461 ht_cap_ie = rtw_get_ie(ie, _HT_CAPABILITY_IE_, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1462 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1465 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1542 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1545 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1546 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1547 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| H A D | rtw_ap.c | 3887 u8 *ht_cap_ie, *ht_op_ie; in rtw_ap_update_bss_chbw() local 3890 …ht_cap_ie = rtw_get_ie((bss->IEs + sizeof(NDIS_802_11_FIXED_IEs)), EID_HTCapability, &ht_cap_ielen… in rtw_ap_update_bss_chbw() 3894 if (ht_cap_ie && ht_cap_ielen) { in rtw_ap_update_bss_chbw() 3897 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3899 SET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 3902 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3904 SET_HT_CAP_ELE_SHORT_GI40M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw() 3907 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 1); in rtw_ap_update_bss_chbw() 3909 SET_HT_CAP_ELE_SHORT_GI20M(ht_cap_ie + 2, 0); in rtw_ap_update_bss_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_ieee80211.c | 1730 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1733 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1734 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1737 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1854 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1857 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1858 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1859 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_ieee80211.c | 1756 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1759 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1760 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1763 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1880 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1883 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1884 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1885 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_ieee80211.c | 1630 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1633 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1634 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1637 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1754 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1757 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1758 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1759 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_ieee80211.c | 1674 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1677 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1678 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1681 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1798 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1801 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1802 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1803 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_ieee80211.c | 1995 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1998 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1999 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 2002 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 2125 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 2128 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 2129 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 2130 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ieee80211.c | 1992 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1995 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1996 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1999 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 2121 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 2124 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 2125 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 2126 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_ieee80211.c | 1795 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1798 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1799 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1802 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1922 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1925 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1926 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1927 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_ieee80211.c | 1992 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1995 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1996 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1999 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 2121 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 2124 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 2125 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 2126 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ieee80211.c | 1991 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1994 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1995 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1998 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 2120 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 2123 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 2124 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 2125 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_ieee80211.c | 1993 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1996 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1997 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 2000 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 2123 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 2126 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 2127 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 2128 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_ieee80211.c | 1825 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1828 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1829 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1832 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1954 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1957 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1958 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1959 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_ieee80211.c | 1803 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1806 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1807 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1810 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1932 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1935 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1936 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1937 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_ieee80211.c | 1819 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1822 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1823 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1826 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1948 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1951 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1952 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1953 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_ieee80211.c | 1824 const u8 *ht_cap_ie; in dump_ht_cap_ie() local 1827 ht_cap_ie = rtw_get_ie(ie, WLAN_EID_HT_CAP, &ht_cap_ielen, ie_len); in dump_ht_cap_ie() 1828 if (!ie || ht_cap_ie != ie) in dump_ht_cap_ie() 1831 dump_ht_cap_ie_content(sel, ht_cap_ie + 2, ht_cap_ielen); in dump_ht_cap_ie() 1953 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local 1956 ht_cap_ie = rtw_get_ie(ies, EID_HTCapability, &ht_cap_ielen, ies_len); in rtw_ies_get_chbw() 1957 if (ht_cap_ie && ht_cap_ielen) { in rtw_ies_get_chbw() 1958 if (GET_HT_CAP_ELE_CHL_WIDTH(ht_cap_ie + 2)) in rtw_ies_get_chbw()
|