| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_ieee80211.c | 1498 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, *ies_len - ies_offse… in rtw_update_ext_cap_ie() 1501 rtw_set_ie(ies + *ies_len, WLAN_EID_EXT_CAP, ext_cap_data_len, ext_cap_data, &ie_len); in rtw_update_ext_cap_ie() 1504 rtw_ies_update_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, ext_cap_data, ext_cap_data_len); in rtw_update_ext_cap_ie() 1507 rtw_ies_remove_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, NULL, 0); in rtw_update_ext_cap_ie() 1519 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, ies_len - ies_offset… in rtw_parse_ext_cap_ie()
|
| H A D | rtw_tdls.c | 737 …return rtw_set_ie(pframe, WLAN_EID_EXT_CAP , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pk… in rtw_tdls_set_ext_cap() 1971 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Req() 2146 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Rsp()
|
| H A D | rtw_mbo.c | 639 WLAN_EID_EXT_CAP, in rtw_mbo_build_extended_cap()
|
| H A D | rtw_wlan_util.c | 1933 case WLAN_EID_EXT_CAP: in update_beacon_info()
|
| H A D | rtw_mlme_ext.c | 3668 case WLAN_EID_EXT_CAP: 6933 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_EXT_CAP, &ie_len, (pnetwork->IELength - _BEACO… 7403 case WLAN_EID_EXT_CAP: 7404 pframe = rtw_set_ie(pframe, WLAN_EID_EXT_CAP, pIE->Length, pIE->data, &(pattrib->pktlen));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_ieee80211.c | 1485 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, *ies_len - ies_offse… in rtw_update_ext_cap_ie() 1488 rtw_set_ie(ies + *ies_len, WLAN_EID_EXT_CAP, ext_cap_data_len, ext_cap_data, &ie_len); in rtw_update_ext_cap_ie() 1491 rtw_ies_update_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, ext_cap_data, ext_cap_data_len); in rtw_update_ext_cap_ie() 1494 rtw_ies_remove_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, NULL, 0); in rtw_update_ext_cap_ie() 1506 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, ies_len - ies_offset… in rtw_parse_ext_cap_ie()
|
| H A D | rtw_mbo.c | 411 WLAN_EID_EXT_CAP, in rtw_mbo_build_exented_cap()
|
| H A D | rtw_tdls.c | 743 …return rtw_set_ie(pframe, WLAN_EID_EXT_CAP , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pk… in rtw_tdls_set_ext_cap() 1956 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Req() 2132 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Rsp()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_ieee80211.c | 1485 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, *ies_len - ies_offse… in rtw_update_ext_cap_ie() 1488 rtw_set_ie(ies + *ies_len, WLAN_EID_EXT_CAP, ext_cap_data_len, ext_cap_data, &ie_len); in rtw_update_ext_cap_ie() 1491 rtw_ies_update_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, ext_cap_data, ext_cap_data_len); in rtw_update_ext_cap_ie() 1494 rtw_ies_remove_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, NULL, 0); in rtw_update_ext_cap_ie() 1506 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, ies_len - ies_offset… in rtw_parse_ext_cap_ie()
|
| H A D | rtw_mbo.c | 411 WLAN_EID_EXT_CAP, in rtw_mbo_build_exented_cap()
|
| H A D | rtw_tdls.c | 743 …return rtw_set_ie(pframe, WLAN_EID_EXT_CAP , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pk… in rtw_tdls_set_ext_cap() 1956 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Req() 2132 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Rsp()
|
| H A D | rtw_mlme_ext.c | 3700 case WLAN_EID_EXT_CAP: in OnAssocRsp() 9394 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_EXT_CAP, &ie_len, (pnetwork->IELength - _BEACO… in issue_asocrsp() 9844 case WLAN_EID_EXT_CAP: in _issue_assocreq() 9845 pframe = rtw_set_ie(pframe, WLAN_EID_EXT_CAP, pIE->Length, pIE->data, &(pattrib->pktlen)); in _issue_assocreq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_ieee80211.c | 1484 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, *ies_len - ies_offse… in rtw_update_ext_cap_ie() 1487 rtw_set_ie(ies + *ies_len, WLAN_EID_EXT_CAP, ext_cap_data_len, ext_cap_data, &ie_len); in rtw_update_ext_cap_ie() 1490 rtw_ies_update_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, ext_cap_data, ext_cap_data_len); in rtw_update_ext_cap_ie() 1493 rtw_ies_remove_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, NULL, 0); in rtw_update_ext_cap_ie() 1505 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, ies_len - ies_offset… in rtw_parse_ext_cap_ie()
|
| H A D | rtw_mbo.c | 411 WLAN_EID_EXT_CAP, in rtw_mbo_build_exented_cap()
|
| H A D | rtw_tdls.c | 742 …return rtw_set_ie(pframe, WLAN_EID_EXT_CAP , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pk… in rtw_tdls_set_ext_cap() 1955 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Req() 2131 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Rsp()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_ieee80211.c | 1498 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, *ies_len - ies_offse… in rtw_update_ext_cap_ie() 1501 rtw_set_ie(ies + *ies_len, WLAN_EID_EXT_CAP, ext_cap_data_len, ext_cap_data, &ie_len); in rtw_update_ext_cap_ie() 1504 rtw_ies_update_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, ext_cap_data, ext_cap_data_len); in rtw_update_ext_cap_ie() 1507 rtw_ies_remove_ie(ies, ies_len, ies_offset, WLAN_EID_EXT_CAP, NULL, 0); in rtw_update_ext_cap_ie() 1519 …extcap_ie = rtw_get_ie(ies + ies_offset, WLAN_EID_EXT_CAP, &extcap_len_field, ies_len - ies_offset… in rtw_parse_ext_cap_ie()
|
| H A D | rtw_tdls.c | 737 …return rtw_set_ie(pframe, WLAN_EID_EXT_CAP , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pk… in rtw_tdls_set_ext_cap() 1971 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Req() 2146 case WLAN_EID_EXT_CAP: in On_TDLS_Setup_Rsp()
|
| H A D | rtw_mbo.c | 639 WLAN_EID_EXT_CAP, in rtw_mbo_build_extended_cap()
|
| H A D | rtw_wlan_util.c | 1970 case WLAN_EID_EXT_CAP: in update_beacon_info()
|
| H A D | rtw_mlme_ext.c | 3680 case WLAN_EID_EXT_CAP: 6946 …pbuf = rtw_get_ie(ie + _BEACON_IE_OFFSET_, WLAN_EID_EXT_CAP, &ie_len, (pnetwork->IELength - _BEACO… 7431 case WLAN_EID_EXT_CAP: 7432 pframe = rtw_set_ie(pframe, WLAN_EID_EXT_CAP, pIE->Length, pIE->data, &(pattrib->pktlen));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | ieee80211.h | 692 #define WLAN_EID_EXT_CAP 127 macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | ieee80211.h | 757 #define WLAN_EID_EXT_CAP 127 macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | ieee80211.h | 755 #define WLAN_EID_EXT_CAP 127 macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | ieee80211.h | 692 #define WLAN_EID_EXT_CAP 127 macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | ieee80211.h | 756 #define WLAN_EID_EXT_CAP 127 macro
|