Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_types_int.h144 #define WHD_READ_32(pointer) *( (uint32_t *)pointer ) macro
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1871 version = dtoh32(WHD_READ_32(&bss_info->version) ); in whd_wifi_scan_events_handler()
1934 count_tmp = WHD_READ_32(&bss_info->rateset.count); in whd_wifi_scan_events_handler()
1977 len = WHD_READ_32(&bss_info->ie_length); in whd_wifi_scan_events_handler()
1978 bss_info_length = WHD_READ_32(&bss_info->length); in whd_wifi_scan_events_handler()