Home
last modified time | relevance | path

Searched refs:pcustom_ie (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c3110 mlan_ds_misc_custom_ie *pcustom_ie = NULL; in woal_cfg80211_custom_ie() local
3118 pcustom_ie = kzalloc(sizeof(mlan_ds_misc_custom_ie), GFP_KERNEL); in woal_cfg80211_custom_ie()
3119 if (!pcustom_ie) { in woal_cfg80211_custom_ie()
3125 pcustom_ie->type = TLV_TYPE_MGMT_IE; in woal_cfg80211_custom_ie()
3127 pos = (t_u8 *)pcustom_ie->ie_data_list; in woal_cfg80211_custom_ie()
3128 remain_len = sizeof(pcustom_ie->ie_data_list); in woal_cfg80211_custom_ie()
3136 pcustom_ie->len += len; in woal_cfg80211_custom_ie()
3146 pcustom_ie->len += len; in woal_cfg80211_custom_ie()
3156 pcustom_ie->len += len; in woal_cfg80211_custom_ie()
3166 pcustom_ie->len += len; in woal_cfg80211_custom_ie()
[all …]
H A Dmoal_ioctl.c2296 mlan_ds_misc_custom_ie *pcustom_ie = NULL; in woal_custom_ie_ioctl() local
2311 pcustom_ie = kzalloc(sizeof(mlan_ds_misc_custom_ie), flag); in woal_custom_ie_ioctl()
2312 if (!pcustom_ie) { in woal_custom_ie_ioctl()
2317 if (copy_from_user(pcustom_ie, req->ifr_data, in woal_custom_ie_ioctl()
2333 if ((pcustom_ie->len == 0) || in woal_custom_ie_ioctl()
2334 (pcustom_ie->len == sizeof(pcustom_ie->ie_data_list[0].ie_index))) in woal_custom_ie_ioctl()
2339 moal_memcpy_ext(priv->phandle, &misc->param.cust_ie, pcustom_ie, in woal_custom_ie_ioctl()
2364 kfree(pcustom_ie); in woal_custom_ie_ioctl()
H A Dmoal_eth_ioctl.c630 mlan_ds_misc_custom_ie *pcustom_ie = NULL; in woal_priv_customie() local
636 pcustom_ie = (mlan_ds_misc_custom_ie *)data_ptr; in woal_priv_customie()
646 if ((pcustom_ie->len == 0) || in woal_priv_customie()
647 (pcustom_ie->len == sizeof(pcustom_ie->ie_data_list[0].ie_index))) in woal_priv_customie()
652 moal_memcpy_ext(priv->phandle, &misc->param.cust_ie, pcustom_ie, in woal_priv_customie()
661 pcustom_ie = (mlan_ds_misc_custom_ie *)data_ptr; in woal_priv_customie()
662 moal_memcpy_ext(priv->phandle, pcustom_ie, &misc->param.cust_ie, in woal_priv_customie()