Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_wifi_api.h845 uint16_t length, uint16_t which_packets);
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c3325 … uint8_t subtype, const void *data, uint16_t length, uint16_t which_packets) in whd_wifi_manage_custom_ie() argument
3346 if (which_packets & VENDOR_IE_UNKNOWN) in whd_wifi_manage_custom_ie()
3348 WPRINT_WHD_ERROR( ("Unsupported packet ID(%x) in func %s\n", which_packets, __func__) ); in whd_wifi_manage_custom_ie()
3379 ie_setbuf->vndr_ie_buffer.vndr_ie_list[0].pktflag = htod32(which_packets); in whd_wifi_manage_custom_ie()