Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_uap_cmdevent.c385 mlan_ds_misc_custom_ie *cust_ie = MNULL; in wlan_uap_cmd_sys_configure() local
446 cust_ie = (mlan_ds_misc_custom_ie *)pdata_buf; in wlan_uap_cmd_sys_configure()
448 sizeof(MrvlIEtypesHeader_t) + cust_ie->len); in wlan_uap_cmd_sys_configure()
450 ie_header->len = wlan_cpu_to_le16(cust_ie->len); in wlan_uap_cmd_sys_configure()
454 req_len = cust_ie->len; in wlan_uap_cmd_sys_configure()
458cust_ie->ie_data_list[0].ie_index = wlan_cpu_to_le16(cust_ie->ie_data_list[0].ie_index); in wlan_uap_cmd_sys_configure()
461 cptr = (custom_ie *)(((t_u8 *)&cust_ie->ie_data_list) + travel_len); in wlan_uap_cmd_sys_configure()
468 (void)__memcpy(pmpriv->adapter, ie, cust_ie->ie_data_list, cust_ie->len); in wlan_uap_cmd_sys_configure()
Dmlan_sta_cmd.c1295 mlan_ds_misc_custom_ie *cust_ie = MNULL; local
1305 cust_ie = (mlan_ds_misc_custom_ie *)pdata_buf;
1306 pmgmt_ie_list->ds_mgmt_ie.type = wlan_cpu_to_le16(cust_ie->type);
1307 pmgmt_ie_list->ds_mgmt_ie.len = wlan_cpu_to_le16(cust_ie->len);
1309 if ((pmgmt_ie_list != MNULL) && (cust_ie != MNULL))
1311 req_len = cust_ie->len;
1316 cust_ie->ie_data_list[0].ie_index = wlan_cpu_to_le16(cust_ie->ie_data_list[0].ie_index);
1321 cptr = (custom_ie *)(void *)(((t_u8 *)cust_ie->ie_data_list) + travel_len);
1328 if (cust_ie->len != 0U)
1330 … (void)__memcpy(pmpriv->adapter, pmgmt_ie_list->ds_mgmt_ie.ie_data_list, cust_ie->ie_data_list,
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_ioctl.h4255 mlan_ds_misc_custom_ie cust_ie; member