Home
last modified time | relevance | path

Searched refs:ht_op_ie (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ieee80211.c1763 const u8 *ht_op_ie; in dump_ht_op_ie() local
1766 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1767 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1770 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1854 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1863 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1864 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1866 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1867 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1869 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
H A Drtw_vht.c942 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
949 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
950 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
968 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
975 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
976 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ieee80211.c1789 const u8 *ht_op_ie; in dump_ht_op_ie() local
1792 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1793 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1796 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1880 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1889 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1890 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1892 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1893 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1895 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
H A Drtw_vht.c934 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
941 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
942 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
960 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
967 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
968 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_ieee80211.c1663 const u8 *ht_op_ie; in dump_ht_op_ie() local
1666 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1667 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1670 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1754 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1763 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1764 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1766 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1767 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1769 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
H A Drtw_vht.c943 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
950 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
951 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
969 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
976 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
977 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ieee80211.c1707 const u8 *ht_op_ie; in dump_ht_op_ie() local
1710 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1711 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1714 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1798 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1807 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1808 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1810 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1811 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1813 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
H A Drtw_vht.c942 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
949 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
950 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
968 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
975 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
976 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_vht.c941 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
948 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
949 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
967 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
974 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
975 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c1828 const u8 *ht_op_ie; in dump_ht_op_ie() local
1831 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1832 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1835 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1922 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1931 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1932 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1934 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1935 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1937 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_vht.c942 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
949 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
950 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
968 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
975 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
976 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c1852 const u8 *ht_op_ie; in dump_ht_op_ie() local
1855 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1856 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1859 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1948 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1957 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1958 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1960 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1961 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1963 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_vht.c942 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
949 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
950 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
968 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
975 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
976 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c1836 const u8 *ht_op_ie; in dump_ht_op_ie() local
1839 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1840 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1843 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1932 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1941 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1942 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1944 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1945 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1947 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_vht.c946 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
953 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
954 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
972 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
979 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
980 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c1858 const u8 *ht_op_ie; in dump_ht_op_ie() local
1861 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
1862 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
1865 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
1954 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
1963 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
1964 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
1966 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
1967 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
1969 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_vht.c945 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
952 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
953 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
971 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
978 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
979 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_vht.c1000 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
1007 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
1008 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
1026 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
1033 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
1034 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c2024 const u8 *ht_op_ie; in dump_ht_op_ie() local
2027 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
2028 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
2031 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
2120 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
2129 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
2130 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
2132 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
2133 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
2135 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_vht.c1000 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
1007 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
1008 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
1026 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
1033 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
1034 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c2025 const u8 *ht_op_ie; in dump_ht_op_ie() local
2028 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
2029 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
2032 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
2121 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
2130 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
2131 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
2133 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
2134 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
2136 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_vht.c1000 u8 *out_vht_op_ie, *ht_op_ie, *vht_cap_ie, *vht_op_ie; in rtw_restructure_vht_ie() local
1007 ht_op_ie = rtw_get_ie(in_ie + 12, WLAN_EID_HT_OPERATION, &ielen, in_len - 12); in rtw_restructure_vht_ie()
1008 if (!ht_op_ie || ielen != HT_OP_IE_LEN) in rtw_restructure_vht_ie()
1026 oper_ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_restructure_vht_ie()
1033 if (GET_HT_OP_ELE_STA_CHL_WIDTH(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
1034 switch (GET_HT_OP_ELE_2ND_CHL_OFFSET(ht_op_ie + 2)) { in rtw_restructure_vht_ie()
H A Drtw_ieee80211.c2025 const u8 *ht_op_ie; in dump_ht_op_ie() local
2028 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
2029 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
2032 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
2121 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
2130 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
2131 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
2133 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
2134 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
2136 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ieee80211.c2028 const u8 *ht_op_ie; in dump_ht_op_ie() local
2031 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
2032 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
2035 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
2125 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
2134 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
2135 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
2137 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
2138 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
2140 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ieee80211.c2026 const u8 *ht_op_ie; in dump_ht_op_ie() local
2029 ht_op_ie = rtw_get_ie(ie, WLAN_EID_HT_OPERATION, &ht_op_ielen, ie_len); in dump_ht_op_ie()
2030 if (!ie || ht_op_ie != ie) in dump_ht_op_ie()
2033 dump_ht_op_ie_content(sel, ht_op_ie + 2, ht_op_ielen); in dump_ht_op_ie()
2123 u8 *ht_cap_ie, *ht_op_ie; in rtw_ies_get_chbw() local
2132 ht_op_ie = rtw_get_ie(ies, EID_HTInfo, &ht_op_ielen, ies_len); in rtw_ies_get_chbw()
2133 if (ht_op_ie && ht_op_ielen) { in rtw_ies_get_chbw()
2135 *ch = GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2); in rtw_ies_get_chbw()
2136 else if (*ch != 0 && *ch != GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)) { in rtw_ies_get_chbw()
2138 , __func__, *ch, GET_HT_OP_ELE_PRI_CHL(ht_op_ie + 2)); in rtw_ies_get_chbw()
[all …]

12