Searched refs:pRegulatory_class (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 2628 pRegulatory_class = in wlan_misc_ioctl_tdls_get_ies() 2630 pRegulatory_class->ieee_hdr.element_id = REGULATORY_CLASS; in wlan_misc_ioctl_tdls_get_ies() 2632 pRegulatory_class->ieee_hdr.len = in wlan_misc_ioctl_tdls_get_ies() 2634 memcpy(pmadapter, pRegulatory_class->data, in wlan_misc_ioctl_tdls_get_ies() 2638 pRegulatory_class->ieee_hdr.len = in wlan_misc_ioctl_tdls_get_ies() 2640 memcpy(pmadapter, pRegulatory_class->data, in wlan_misc_ioctl_tdls_get_ies() 2645 pRegulatory_class->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 2820 pRegulatory_class = in wlan_misc_ioctl_tdls_get_ies() 2822 pRegulatory_class->ieee_hdr.element_id = REGULATORY_CLASS; in wlan_misc_ioctl_tdls_get_ies() 2824 pRegulatory_class->ieee_hdr.len = in wlan_misc_ioctl_tdls_get_ies() 2826 memcpy_ext(pmadapter, pRegulatory_class->data, in wlan_misc_ioctl_tdls_get_ies() 2829 sizeof(pRegulatory_class->data)); in wlan_misc_ioctl_tdls_get_ies() 2831 pRegulatory_class->ieee_hdr.len = in wlan_misc_ioctl_tdls_get_ies() 2833 memcpy_ext(pmadapter, pRegulatory_class->data, in wlan_misc_ioctl_tdls_get_ies() 2835 sizeof(pRegulatory_class->data)); in wlan_misc_ioctl_tdls_get_ies() 2839 pRegulatory_class->ieee_hdr.len + 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 5257 pRegulatory_class = in woal_construct_tdls_data_frame() 5261 memset(pRegulatory_class, 0, in woal_construct_tdls_data_frame() 5264 memcpy(pRegulatory_class, tdls_ies->regulatory_class, in woal_construct_tdls_data_frame() 5350 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_action_frame() local 5421 pRegulatory_class = in woal_construct_tdls_action_frame() 5425 memset(pRegulatory_class, 0, in woal_construct_tdls_action_frame() 5428 memcpy(pRegulatory_class, tdls_ies->regulatory_class, 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 7535 pRegulatory_class = (void *)skb_put( in woal_construct_tdls_data_frame() 7538 memset(pRegulatory_class, 0, in woal_construct_tdls_data_frame() 7541 moal_memcpy_ext(priv->phandle, pRegulatory_class, in woal_construct_tdls_data_frame() 7686 IEEEtypes_Generic_t *pSupp_chan = NULL, *pRegulatory_class = NULL; in woal_construct_tdls_action_frame() local 7769 pRegulatory_class = (void *)skb_put( in woal_construct_tdls_action_frame() 7772 memset(pRegulatory_class, 0, in woal_construct_tdls_action_frame() 7775 moal_memcpy_ext(priv->phandle, pRegulatory_class, in woal_construct_tdls_action_frame()
|