Home
last modified time | relevance | path

Searched refs:mgmt_ie (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Die.c36 ie = &adapter->priv[i]->mgmt_ie[idx]; in mwifiex_ie_index_used_by_other_intf()
53 mask = le16_to_cpu(priv->mgmt_ie[i].mgmt_subtype_mask); in mwifiex_ie_get_autoidx()
67 if (!priv->mgmt_ie[i].ie_length) { in mwifiex_ie_get_autoidx()
111 tmp = (u8 *)&priv->mgmt_ie[index].ie_buffer; in mwifiex_update_autoindex_ies()
113 priv->mgmt_ie[index].ie_length = ie->ie_length; in mwifiex_update_autoindex_ies()
114 priv->mgmt_ie[index].ie_index = cpu_to_le16(index); in mwifiex_update_autoindex_ies()
115 priv->mgmt_ie[index].mgmt_subtype_mask = in mwifiex_update_autoindex_ies()
130 memcpy(&priv->mgmt_ie[index], ie, in mwifiex_update_autoindex_ies()
136 priv->mgmt_ie[index].ie_length) + in mwifiex_update_autoindex_ies()
H A Dmain.c1331 memset(priv->mgmt_ie, 0, in mwifiex_init_priv_params()
H A Dmain.h663 struct mwifiex_ie mgmt_ie[MAX_MGMT_IE_INDEX]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_misc.c88 if (priv->mgmt_ie[idx].mgmt_subtype_mask && in wlan_is_custom_ie_index_unused()
89 priv->mgmt_ie[idx].ie_length) { in wlan_is_custom_ie_index_unused()
126 if (pmpriv->mgmt_ie[index].mgmt_subtype_mask == in wlan_custom_ioctl_get_autoidx()
131 if (pmpriv->mgmt_ie[index].mgmt_subtype_mask == mask) { in wlan_custom_ioctl_get_autoidx()
133 if (pmpriv->mgmt_ie[index].ie_length) { in wlan_custom_ioctl_get_autoidx()
136 pmpriv->mgmt_ie[index].ie_buffer, in wlan_custom_ioctl_get_autoidx()
138 pmpriv->mgmt_ie[index]. in wlan_custom_ioctl_get_autoidx()
148 if (pmpriv->mgmt_ie[index].ie_length + in wlan_custom_ioctl_get_autoidx()
162 if (pmpriv->mgmt_ie[index].ie_length == 0) { in wlan_custom_ioctl_get_autoidx()
233 tmp_ie = pmpriv->mgmt_ie[index].ie_buffer; in wlan_custom_ioctl_auto_delete()
[all …]
H A Dmlan_sta_cmdresp.c295 if ((pmpriv->mgmt_ie[index]. in wlan_process_cmdresp_error()
298 (pmpriv->mgmt_ie[index].ie_length == in wlan_process_cmdresp_error()
301 pmpriv->mgmt_ie[index]. in wlan_process_cmdresp_error()
308 &pmpriv->mgmt_ie[index], in wlan_process_cmdresp_error()
H A Dmlan_uap_cmdevent.c132 if ((pmpriv->mgmt_ie[index]. in uap_process_cmdresp_error()
135 (pmpriv->mgmt_ie[index]. in uap_process_cmdresp_error()
140 mgmt_ie[index]. in uap_process_cmdresp_error()
149 mgmt_ie[index], in uap_process_cmdresp_error()
H A Dmlan_uap_ioctl.c359 memset(pmadapter, &pmpriv->mgmt_ie[i], 0, sizeof(custom_ie)); in wlan_uap_bss_ioctl_reset()
H A Dmlan_main.h1136 custom_ie mgmt_ie[MAX_MGMT_IE_INDEX]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_misc.c101 if (priv->mgmt_ie[idx].mgmt_subtype_mask && in wlan_is_custom_ie_index_unused()
102 priv->mgmt_ie[idx].ie_length) { in wlan_is_custom_ie_index_unused()
137 if (pmpriv->mgmt_ie[index].mgmt_subtype_mask == in wlan_custom_ioctl_get_autoidx()
142 if (pmpriv->mgmt_ie[index].mgmt_subtype_mask == mask) { in wlan_custom_ioctl_get_autoidx()
144 if (pmpriv->mgmt_ie[index].ie_length) { in wlan_custom_ioctl_get_autoidx()
146 pmpriv->mgmt_ie[index] in wlan_custom_ioctl_get_autoidx()
149 pmpriv->mgmt_ie[index] in wlan_custom_ioctl_get_autoidx()
159 if (pmpriv->mgmt_ie[index].ie_length + in wlan_custom_ioctl_get_autoidx()
175 if (pmpriv->mgmt_ie[index].ie_length == 0) { in wlan_custom_ioctl_get_autoidx()
246 tmp_ie = pmpriv->mgmt_ie[index].ie_buffer; in wlan_custom_ioctl_auto_delete()
[all …]
H A Dmlan_sta_cmdresp.c307 if ((pmpriv->mgmt_ie[index].mgmt_subtype_mask == in wlan_process_cmdresp_error()
309 (pmpriv->mgmt_ie[index].ie_length == in wlan_process_cmdresp_error()
312 pmpriv->mgmt_ie[index].ie_buffer, in wlan_process_cmdresp_error()
318 &pmpriv->mgmt_ie[index], 0, in wlan_process_cmdresp_error()
H A Dmlan_uap_cmdevent.c265 if ((pmpriv->mgmt_ie[index] in uap_process_cmdresp_error()
268 (pmpriv->mgmt_ie[index].ie_length == in uap_process_cmdresp_error()
271 pmpriv->mgmt_ie[index] in uap_process_cmdresp_error()
279 &pmpriv->mgmt_ie[index], in uap_process_cmdresp_error()
H A Dmlan_init.c551 memset(pmadapter, &priv->mgmt_ie[i], 0, sizeof(custom_ie)); in wlan_init_priv()
H A Dmlan_uap_ioctl.c345 memset(pmadapter, &pmpriv->mgmt_ie[i], 0, sizeof(custom_ie)); in wlan_uap_bss_ioctl_reset()
H A Dmlan_main.h1242 custom_ie mgmt_ie[MAX_MGMT_IE_INDEX];