Searched refs:custom_ie (Results 1 – 6 of 6) sorted by relevance
362 uint8_t *custom_ie);495 int wifi_set_custom_ie(custom_ie *beacon_ies_data,496 custom_ie *beacon_wps_ies_data,497 custom_ie *proberesp_ies_data,498 custom_ie *assocresp_ies_data);
745 } MLAN_PACK_END custom_ie; typedef755 custom_ie ie_data[0];793 custom_ie ie_data_list[MAX_MGMT_IE_INDEX_TO_FW];
3536 custom_ie *ie_ptr = NULL; in wifi_config_mgmt_ie()3539 …sizeof(tlvbuf_custom_ie) + 2U * (sizeof(custom_ie) - MAX_IE_SIZE) + sizeof(IEEEtypes_Header_t) + *… in wifi_config_mgmt_ie()3559 ie_ptr = (custom_ie *)(tlv->ie_data); in wifi_config_mgmt_ie()3586 tlv->length = sizeof(custom_ie) - MAX_IE_SIZE; in wifi_config_mgmt_ie()3623 … tlv->length = sizeof(custom_ie) + sizeof(IEEEtypes_Header_t) + *ie_len - MAX_IE_SIZE; in wifi_config_mgmt_ie()3665 ie_ptr = (custom_ie *)(void *)(buf); in wifi_config_mgmt_ie()3710 custom_ie *ie_ptr = NULL; in wifi_config_mgmt_ie2()3712 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + *ie_le… in wifi_config_mgmt_ie2()3732 ie_ptr = (custom_ie *)(tlv->ie_data); in wifi_config_mgmt_ie2()3759 tlv->length = sizeof(custom_ie) - MAX_IE_SIZE; in wifi_config_mgmt_ie2()[all …]
2820 custom_ie *beacon_ies_data = NULL; in wifi_nxp_set_mgmt_ies()2821 custom_ie *beacon_wps_ies_data = NULL; in wifi_nxp_set_mgmt_ies()2822 custom_ie *proberesp_ies_data = NULL; in wifi_nxp_set_mgmt_ies()2823 custom_ie *assocresp_ies_data = NULL; in wifi_nxp_set_mgmt_ies()2825 beacon_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()2826 beacon_wps_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()2827 proberesp_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()2829 assocresp_ies_data = (custom_ie *)OSA_MemoryAllocate(sizeof(custom_ie)); in wifi_nxp_set_mgmt_ies()
389 custom_ie *cptr = MNULL; 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()462 travel_len += cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure()463 req_len -= cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE; in wlan_uap_cmd_sys_configure()
1294 custom_ie *cptr = MNULL;1321 cptr = (custom_ie *)(void *)(((t_u8 *)cust_ie->ie_data_list) + travel_len);1322 travel_len += (t_u16)(cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE);1323 req_len -= (t_u16)(cptr->ie_length + sizeof(custom_ie) - MAX_IE_SIZE);1335 cmd->size -= (MAX_MGMT_IE_INDEX_TO_FW * sizeof(custom_ie)) + sizeof(tlvbuf_max_mgmt_ie);