Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c3536 int total_len = in wifi_config_mgmt_ie() local
3541 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() local
3714 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() local
5315total_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 …]