Searched refs:total_len (Results 1 – 1 of 1) sorted by relevance
3538 int total_len = in wifi_config_mgmt_ie() local3543 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_config_mgmt_ie()3553 (void)memset(buf, 0, total_len); in wifi_config_mgmt_ie()3712 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + *ie_le… in wifi_config_mgmt_ie2() local3716 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_config_mgmt_ie2()3726 (void)memset(buf, 0, total_len); in wifi_config_mgmt_ie2()5374 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + sizeof(IEEEtypes_Ch… in wifi_set_ecsa_cfg() local5377 …total_len += sizeof(IEEEtypes_WideBWChanSwitch_t) + sizeof(IEEEtypes_VhtTpcEnvelope_t) + sizeof(IE… in wifi_set_ecsa_cfg()5382 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_set_ecsa_cfg()5392 (void)memset(buf, 0, total_len); in wifi_set_ecsa_cfg()[all …]