Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_utils.c43 whd_tlv8_data_t *whd_tlv_find_tlv8(const uint8_t *message, uint32_t message_length, uint8_t type);
45 whd_tlv8_data_t *whd_tlv_find_tlv8(const uint8_t *message, uint32_t message_length, uint8_t type) in whd_tlv_find_tlv8() argument
47 while (message_length != 0) in whd_tlv_find_tlv8()
53 if (current_tlv_length > message_length) in whd_tlv_find_tlv8()
66 message_length -= current_tlv_length; in whd_tlv_find_tlv8()