Searched refs:whd_minor_assert (Results 1 – 3 of 3) sorted by relevance
54 #define whd_minor_assert(error_string, \ macro59 #define whd_minor_assert(error_string, assertion) do { (void)(assertion); } while (0)
365 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()
1872 whd_minor_assert("wl_bss_info_t has wrong version", version == WL_BSS_INFO_VERSION); in whd_wifi_scan_events_handler()1877 …whd_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()1898 … whd_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()