Home
last modified time | relevance | path

Searched refs:assocresp_ies_data (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_cfg80211.c2736 custom_ie *assocresp_ies_data, t_u16 *assocresp_index, in woal_cfg80211_custom_ie() argument
2775 if (assocresp_ies_data) { in woal_cfg80211_custom_ie()
2776 len = sizeof(*assocresp_ies_data) - MAX_IE_SIZE in woal_cfg80211_custom_ie()
2777 + assocresp_ies_data->ie_length; in woal_cfg80211_custom_ie()
2778 memcpy(pos, assocresp_ies_data, len); in woal_cfg80211_custom_ie()
2828 if (assocresp_ies_data && assocresp_ies_data->ie_length in woal_cfg80211_custom_ie()
2829 && assocresp_ies_data->ie_index == MLAN_CUSTOM_IE_AUTO_IDX_MASK) { in woal_cfg80211_custom_ie()
2832 len = sizeof(*assocresp_ies_data) - MAX_IE_SIZE in woal_cfg80211_custom_ie()
2833 + assocresp_ies_data->ie_length; in woal_cfg80211_custom_ie()
3278 custom_ie *assocresp_ies_data = NULL; in woal_cfg80211_mgmt_frame_ie() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c3104 t_u16 *proberesp_index, custom_ie *assocresp_ies_data, in woal_cfg80211_custom_ie() argument
3149 if (assocresp_ies_data) { in woal_cfg80211_custom_ie()
3150 len = sizeof(*assocresp_ies_data) - MAX_IE_SIZE + in woal_cfg80211_custom_ie()
3151 assocresp_ies_data->ie_length; in woal_cfg80211_custom_ie()
3152 moal_memcpy_ext(priv->phandle, pos, assocresp_ies_data, len, in woal_cfg80211_custom_ie()
3208 if (assocresp_ies_data && assocresp_ies_data->ie_length && in woal_cfg80211_custom_ie()
3209 assocresp_ies_data->ie_index == MLAN_CUSTOM_IE_AUTO_IDX_MASK) { in woal_cfg80211_custom_ie()
3212 len = sizeof(*assocresp_ies_data) - MAX_IE_SIZE + in woal_cfg80211_custom_ie()
3213 assocresp_ies_data->ie_length; in woal_cfg80211_custom_ie()
3823 custom_ie *assocresp_ies_data = NULL; in woal_cfg80211_mgmt_frame_ie() local
[all …]