Searched refs:pSupp_chan (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_misc.c | 2501 IEEEtypes_Generic_t *pSupp_chan = MNULL, *pRegulatory_class = MNULL; in wlan_misc_ioctl_tdls_get_ies() local 2611 pSupp_chan = (IEEEtypes_Generic_t *)tdls_ies->supp_chan; in wlan_misc_ioctl_tdls_get_ies() 2612 pSupp_chan->ieee_hdr.element_id = SUPPORTED_CHANNELS; in wlan_misc_ioctl_tdls_get_ies() 2614 pSupp_chan->ieee_hdr.len = pmpriv->chan_supp_len; in wlan_misc_ioctl_tdls_get_ies() 2615 memcpy(pmadapter, pSupp_chan->data, pmpriv->chan_supp, in wlan_misc_ioctl_tdls_get_ies() 2618 pSupp_chan->ieee_hdr.len = sizeof(supp_chan); in wlan_misc_ioctl_tdls_get_ies() 2619 memcpy(pmadapter, pSupp_chan->data, supp_chan, in wlan_misc_ioctl_tdls_get_ies() 2624 pSupp_chan->ieee_hdr.len + in wlan_misc_ioctl_tdls_get_ies()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_misc.c | 2607 IEEEtypes_Generic_t *pSupp_chan = MNULL, *pRegulatory_class = MNULL; in wlan_misc_ioctl_tdls_get_ies() local 2803 pSupp_chan = (IEEEtypes_Generic_t *)tdls_ies->supp_chan; in wlan_misc_ioctl_tdls_get_ies() 2804 pSupp_chan->ieee_hdr.element_id = SUPPORTED_CHANNELS; in wlan_misc_ioctl_tdls_get_ies() 2806 pSupp_chan->ieee_hdr.len = pmpriv->chan_supp_len; in wlan_misc_ioctl_tdls_get_ies() 2807 memcpy_ext(pmadapter, pSupp_chan->data, in wlan_misc_ioctl_tdls_get_ies() 2809 sizeof(pSupp_chan->data)); in wlan_misc_ioctl_tdls_get_ies() 2811 pSupp_chan->ieee_hdr.len = sizeof(supp_chan); in wlan_misc_ioctl_tdls_get_ies() 2812 memcpy_ext(pmadapter, pSupp_chan->data, supp_chan, in wlan_misc_ioctl_tdls_get_ies() 2813 sizeof(supp_chan), sizeof(pSupp_chan->data)); in wlan_misc_ioctl_tdls_get_ies() 2817 pSupp_chan->ieee_hdr.len + sizeof(IEEEtypes_Header_t)); in wlan_misc_ioctl_tdls_get_ies()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_sta_cfg80211.c | 5144 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_data_frame() local 5244 pSupp_chan = in woal_construct_tdls_data_frame() 5248 memset(pSupp_chan, 0, in woal_construct_tdls_data_frame() 5251 memcpy(pSupp_chan, tdls_ies->supp_chan, in woal_construct_tdls_data_frame() 5350 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_action_frame() local 5408 pSupp_chan = in woal_construct_tdls_action_frame() 5412 memset(pSupp_chan, 0, in woal_construct_tdls_action_frame() 5415 memcpy(pSupp_chan, tdls_ies->supp_chan, in woal_construct_tdls_action_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_sta_cfg80211.c | 7392 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_data_frame() local 7520 pSupp_chan = (void *)skb_put( in woal_construct_tdls_data_frame() 7523 memset(pSupp_chan, 0, in woal_construct_tdls_data_frame() 7526 moal_memcpy_ext(priv->phandle, pSupp_chan, in woal_construct_tdls_data_frame() 7686 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_action_frame() local 7754 pSupp_chan = (void *)skb_put( in woal_construct_tdls_action_frame() 7757 memset(pSupp_chan, 0, in woal_construct_tdls_action_frame() 7760 moal_memcpy_ext(priv->phandle, pSupp_chan, in woal_construct_tdls_action_frame()
|