Searched refs:drv_res (Results 1 – 1 of 1) sorted by relevance
763 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in wifi_handle_full_scan_event() local765 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()767 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()781 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len); in wifi_handle_full_scan_event()783 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()788 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()1844 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in handleEvent() local1845 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()1848 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()