Searched refs:total_len (Results 1 – 1 of 1) sorted by relevance
3536 int total_len = in wifi_config_mgmt_ie() local3541 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_config_mgmt_ie()3551 (void)memset(buf, 0, total_len); in wifi_config_mgmt_ie()3710 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + *ie_le… in wifi_config_mgmt_ie2() local3714 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_config_mgmt_ie2()3724 (void)memset(buf, 0, total_len); in wifi_config_mgmt_ie2()5312 …int total_len = sizeof(tlvbuf_custom_ie) + (sizeof(custom_ie) - MAX_IE_SIZE) + sizeof(IEEEtypes_Ch… in wifi_set_ecsa_cfg() local5315 …total_len += sizeof(IEEEtypes_WideBWChanSwitch_t) + sizeof(IEEEtypes_VhtTpcEnvelope_t) + sizeof(IE… in wifi_set_ecsa_cfg()5320 buf = (uint8_t *)OSA_MemoryAllocate(total_len); in wifi_set_ecsa_cfg()5330 (void)memset(buf, 0, total_len); in wifi_set_ecsa_cfg()[all …]