Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1861 uint16_t bss_count; in whd_wifi_scan_events_handler() local
1894 bss_count = dtoh16(eresult->bss_count); in whd_wifi_scan_events_handler()
1907 whd_minor_assert("More than one result returned by firmware", bss_count == 1); in whd_wifi_scan_events_handler()
1908 if (bss_count != 1) in whd_wifi_scan_events_handler()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h196 uint16_t bss_count; member