Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h820 uint32_t ie_length; /**< byte length of Information Elements */ member
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1892 bss_info->ie_length = dtoh32(bss_info->ie_length); in whd_wifi_scan_events_handler()
1894 (bss_info->ie_offset > (sizeof(wl_bss_info_t) + bss_info->ie_length) ) ) in whd_wifi_scan_events_handler()
1897 bss_info->SSID_len, bss_info->ie_length, bss_info->ie_offset) ); in whd_wifi_scan_events_handler()
1977 len = WHD_READ_32(&bss_info->ie_length); in whd_wifi_scan_events_handler()