Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_debug.h54 #define whd_minor_assert(error_string, \ macro
59 #define whd_minor_assert(error_string, assertion) do { (void)(assertion); } while (0)
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c365 whd_minor_assert("Packet size invalid", 0 == 1); in whd_sdpcm_process_rx_packet()
457 whd_minor_assert("SDPCM packet of unknown channel received - dropping packet", 0 != 0); in whd_sdpcm_process_rx_packet()
Dwhd_wifi_api.c1872 whd_minor_assert("wl_bss_info_t has wrong version", version == WL_BSS_INFO_VERSION); in whd_wifi_scan_events_handler()
1877whd_minor_assert("Invalid bss_info version returned by firmware\n", version != WL_BSS_INFO_VERSION… in whd_wifi_scan_events_handler()
1882 whd_minor_assert("More than one result returned by firmware", bss_count == 1); in whd_wifi_scan_events_handler()
1898whd_minor_assert(" bss length check failed\n", bss_info->SSID_len != sizeof(bss_info->SSID) ); in whd_wifi_scan_events_handler()
1986 whd_minor_assert("Invalid ie length", 1 == 0); in whd_wifi_scan_events_handler()