Searched refs:cust_ie (Results 1 – 3 of 3) sorted by relevance
385 mlan_ds_misc_custom_ie *cust_ie = MNULL; in wlan_uap_cmd_sys_configure() local446 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()458 … cust_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()
1295 mlan_ds_misc_custom_ie *cust_ie = MNULL; local1305 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 …]
4255 mlan_ds_misc_custom_ie cust_ie; member