Searched refs:wifi_gscan_full_result_t (Results 1 – 2 of 2) sorted by relevance
238 } wifi_gscan_full_result_t; typedef
776 if (vendor_data == NULL || len < sizeof(wifi_gscan_full_result_t)) { in wifi_handle_full_scan_event()781 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in wifi_handle_full_scan_event()787 if ((ie_len + offsetof(wifi_gscan_full_result_t, ie_data)) > len) { in wifi_handle_full_scan_event()789 ie_len, offsetof(wifi_gscan_full_result_t, ie_data)); in wifi_handle_full_scan_event()1807 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in handleEvent()1811 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()