Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1827 uint32_t bss_info_length; in whd_wifi_scan_events_handler() local
1978 bss_info_length = WHD_READ_32(&bss_info->length); in whd_wifi_scan_events_handler()
1984 if ( (ie_offset > bss_info_length) || (len > bss_info_length - ie_offset) ) in whd_wifi_scan_events_handler()