Searched refs:wifi_gscan_full_result_t (Results 1 – 2 of 2) sorted by relevance
758 if (vendor_data == NULL || len < sizeof(wifi_gscan_full_result_t)) { in wifi_handle_full_scan_event()763 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in wifi_handle_full_scan_event()769 if ((ie_len + offsetof(wifi_gscan_full_result_t, ie_data)) > len) { in wifi_handle_full_scan_event()771 ie_len, offsetof(wifi_gscan_full_result_t, ie_data)); in wifi_handle_full_scan_event()1959 wifi_gscan_full_result_t *drv_res = (wifi_gscan_full_result_t *)event.get_vendor_data(); in handleEvent()1963 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent()
367 } wifi_gscan_full_result_t; typedef