Searched refs:drv_res (Results 1 – 1 of 1) sorted by relevance
799 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in wifi_handle_full_scan_event() local801 int ie_len = min(MAX_PROBE_RESP_IE_LEN, drv_res->ie_length); in wifi_handle_full_scan_event()803 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()817 memcpy(full_scan_result->ie_data, drv_res->ie_data, ie_len); in wifi_handle_full_scan_event()819 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()824 fixed->rtt, fixed->rtt_sd, drv_res->scan_ch_bucket, drv_res->ie_length); in wifi_handle_full_scan_event()1993 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in handleEvent() local1994 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()1997 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()