Home
last modified time | relevance | path

Searched refs:rtw_set_ie (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ft.c388 *pframe = rtw_set_ie(((u8 *)*pframe), EID_WPA2, len, in rtw_ft_update_rsnie()
415 *pframe = rtw_set_ie(((u8 *)*pframe), _MDIE_, in rtw_ft_update_mdie()
429 *pframe = rtw_set_ie(*pframe, _FTIE_, len, in rtw_ft_update_ftie()
901 *pframe = rtw_set_ie(((u8 *)*pframe), in rtw_ft_build_assoc_rsp_ies()
906 *pframe = rtw_set_ie(((u8 *)*pframe), in rtw_ft_build_assoc_rsp_ies()
913 *pframe = rtw_set_ie(((u8 *)*pframe), EID_WPA2, in rtw_ft_build_assoc_rsp_ies()
919 *pframe = rtw_set_ie(((u8 *)*pframe), _MDIE_, in rtw_ft_build_assoc_rsp_ies()
925 *pframe = rtw_set_ie(((u8 *)*pframe), _FTIE_, in rtw_ft_build_assoc_rsp_ies()
H A Drtw_tdls.c662 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
716 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
728 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
730 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
732 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
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()
742 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
755 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
762 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
778 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ft.c388 *pframe = rtw_set_ie(((u8 *)*pframe), EID_WPA2, len, in rtw_ft_update_rsnie()
415 *pframe = rtw_set_ie(((u8 *)*pframe), _MDIE_, in rtw_ft_update_mdie()
429 *pframe = rtw_set_ie(*pframe, _FTIE_, len, in rtw_ft_update_ftie()
901 *pframe = rtw_set_ie(((u8 *)*pframe), in rtw_ft_build_assoc_rsp_ies()
906 *pframe = rtw_set_ie(((u8 *)*pframe), in rtw_ft_build_assoc_rsp_ies()
913 *pframe = rtw_set_ie(((u8 *)*pframe), EID_WPA2, in rtw_ft_build_assoc_rsp_ies()
919 *pframe = rtw_set_ie(((u8 *)*pframe), _MDIE_, in rtw_ft_build_assoc_rsp_ies()
925 *pframe = rtw_set_ie(((u8 *)*pframe), _FTIE_, in rtw_ft_build_assoc_rsp_ies()
H A Drtw_tdls.c662 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
716 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
728 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
730 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
732 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
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()
742 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
755 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
762 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
778 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_ieee80211.c121 u8 *rtw_set_ie in rtw_set_ie() function
238 ie = rtw_set_ie(ie, _SSID_IE_, pdev_network->ssid.ssid_length, pdev_network->ssid.ssid, &sz); in rtw_generate_ie()
251 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
254 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
258 ie = rtw_set_ie(ie, _DSSET_IE_, 1, (u8 *)&pdev_network->Configuration.DSConfig, &sz); in rtw_generate_ie()
262 ie = rtw_set_ie(ie, _IBSS_PARA_IE_, 2, (u8 *)&pdev_network->Configuration.ATIMWindow, &sz); in rtw_generate_ie()
265 …ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &s… in rtw_generate_ie()
H A Drtw_mlme_ext.c399 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->ssid.ssid_length, cur_network->ssid.ssid, &pat… in issue_beacon()
403 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, min_t(unsigned int, rate_len, 8), cur_network->Su… in issue_beacon()
406 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&cur_network->Configuration.DSConfig, … in issue_beacon()
413 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); in issue_beacon()
416 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_beacon()
421 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates … in issue_beacon()
559 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->ssid.ssid_length, cur_network->ssid.ssid, &pat… in issue_probersp()
563 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, min_t(unsigned int, rate_len, 8), cur_network->Su… in issue_probersp()
566 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&cur_network->Configuration.DSConfig, … in issue_probersp()
574 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); in issue_probersp()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_cmd.c252 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->ssid.ssid_length, cur_network->ssid.ssid, &pkt… in ConstructBeacon()
256 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, min_t(u32, rate_len, 8), cur_network->SupportedRa… in ConstructBeacon()
259 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&cur_network->Configuration.DSConfig, … in ConstructBeacon()
265 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); in ConstructBeacon()
272 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates … in ConstructBeacon()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2541 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &patt… in issue_beacon()
2545 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->Sup… in issue_beacon()
2548 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig)… in issue_beacon()
2557 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); in issue_beacon()
2560 pframe = rtw_set_ie(pframe, _ERPINFO_IE_, 1, &erpinfo, &pattrib->pktlen); in issue_beacon()
2566 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates … in issue_beacon()
2745 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &patt… in issue_probersp()
2749 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8) ? 8 : rate_len), cur_network->Sup… in issue_probersp()
2752 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig)… in issue_probersp()
2760 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pattrib->pktlen); in issue_probersp()
[all …]
H A Drtw_ieee80211.c122 u8 *rtw_set_ie in rtw_set_ie() function
332 ie = rtw_set_ie(ie, _SSID_IE_, pdev_network->Ssid.SsidLength, pdev_network->Ssid.Ssid, &sz); in rtw_generate_ie()
349 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, 8, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
352 ie = rtw_set_ie(ie, _SUPPORTEDRATES_IE_, rateLen, pdev_network->SupportedRates, &sz); in rtw_generate_ie()
356 ie = rtw_set_ie(ie, _DSSET_IE_, 1, (u8 *)&(pdev_network->Configuration.DSConfig), &sz); in rtw_generate_ie()
360 ie = rtw_set_ie(ie, _IBSS_PARA_IE_, 2, (u8 *)&(pdev_network->Configuration.ATIMWindow), &sz); in rtw_generate_ie()
363 …ie = rtw_set_ie(ie, _EXT_SUPPORTEDRATES_IE_, (rateLen - 8), (pdev_network->SupportedRates + 8), &s… in rtw_generate_ie()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_tdls.c495 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
547 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
559 return rtw_set_ie(pframe, _RSN_IE_2_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
562 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
564 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
569 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
574 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
587 return rtw_set_ie(pframe, _FTIE_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
593 return rtw_set_ie(pframe, _FTIE_ , 82, (u8 *)FTIE.mic_ctrl, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
608 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_tdls.c512 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
564 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
576 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
578 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
580 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
585 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
590 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
603 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
609 return rtw_set_ie(pframe, _FTIE_ , 82, (u8 *)FTIE.mic_ctrl, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
624 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_tdls.c522 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
574 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
586 return rtw_set_ie(pframe, _RSN_IE_2_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
589 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
591 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
596 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
601 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
614 return rtw_set_ie(pframe, _FTIE_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
620 return rtw_set_ie(pframe, _FTIE_ , 82, (u8 *)FTIE.mic_ctrl, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
635 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p+2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_cmd.c470 …pframe = rtw_set_ie(pframe, _SSID_IE_, cur_network->Ssid.SsidLength, cur_network->Ssid.Ssid, &pktl… in ConstructBeacon()
474 …pframe = rtw_set_ie(pframe, _SUPPORTEDRATES_IE_, ((rate_len > 8)? 8: rate_len), cur_network->Suppo… in ConstructBeacon()
477 …pframe = rtw_set_ie(pframe, _DSSET_IE_, 1, (unsigned char *)&(cur_network->Configuration.DSConfig)… in ConstructBeacon()
485 pframe = rtw_set_ie(pframe, _IBSS_PARA_IE_, 2, (unsigned char *)(&ATIMWindow), &pktlen); in ConstructBeacon()
495 …pframe = rtw_set_ie(pframe, _EXT_SUPPORTEDRATES_IE_, (rate_len - 8), (cur_network->SupportedRates … in ConstructBeacon()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_tdls.c691 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
745 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
757 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
759 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
761 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
766 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
771 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
784 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
791 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
807 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_tdls.c667 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
721 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
733 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
735 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
737 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
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()
747 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
760 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
767 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
783 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_tdls.c670 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
724 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
736 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
740 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
745 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
750 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
763 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
770 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
786 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_tdls.c667 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
721 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
733 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
735 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
737 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
742 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
747 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
760 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
767 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
783 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_tdls.c670 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
724 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
736 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
740 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
745 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
750 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
763 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
770 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
786 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_tdls.c668 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
722 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
734 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
736 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
743 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
748 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
761 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
768 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
784 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_tdls.c666 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
720 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
732 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
734 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
736 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
741 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
746 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
759 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
766 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
782 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_tdls.c667 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
721 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
733 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
735 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
737 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
742 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
747 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
760 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
767 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
783 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_tdls.c668 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
722 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
734 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
736 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
743 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
748 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
761 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
768 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
784 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_tdls.c668 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
722 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
734 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
736 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
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()
748 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
761 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
768 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
784 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_tdls.c668 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
722 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
734 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
736 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
738 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
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()
748 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
761 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
768 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
784 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_tdls.c667 …return rtw_set_ie(pframe, EID_AID, 2, (u8 *)&(padapter->mlmepriv.cur_network.aid), &(pattrib->pktl… in rtw_tdls_set_aid()
721 return rtw_set_ie(pframe, _SUPPORTED_CH_IE_, sup_ch_idx, sup_ch, &(pattrib->pktlen)); in rtw_tdls_set_sup_ch()
733 return rtw_set_ie(pframe, _RSN_IE_2_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
735 return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(TDLS_RSNIE), TDLS_RSNIE, &(pattrib->pktlen)); in rtw_tdls_set_rsnie()
737 …return rtw_set_ie(pframe, _RSN_IE_2_, sizeof(ptdls_sta->TDLS_RSNIE), ptdls_sta->TDLS_RSNIE, &(patt… in rtw_tdls_set_rsnie()
742 …return rtw_set_ie(pframe, _EXT_CAP_IE_ , sizeof(TDLS_EXT_CAPIE), TDLS_EXT_CAPIE, &(pattrib->pktlen… in rtw_tdls_set_ext_cap()
747 …return rtw_set_ie(pframe, _VENDOR_SPECIFIC_IE_, sizeof(TDLS_WMMIE), TDLS_WMMIE, &(pattrib->pktlen… in rtw_tdls_set_qos_cap()
760 return rtw_set_ie(pframe, _FTIE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_ftie()
767 return rtw_set_ie(pframe, _FTIE_, TDLS_FTIE_DATA_LEN, in rtw_tdls_set_ftie()
783 return rtw_set_ie(pframe, _TIMEOUT_ITVL_IE_, len, p + 2, &(pattrib->pktlen)); in rtw_tdls_set_timeout_interval()
[all …]

12345678910>>...12