Searched refs:dest_match (Results 1 – 1 of 1) sorted by relevance
2236 struct wifi_passpoint_match *dest_match; in wma_passpoint_match_event_handler() local2278 buf_len > (WMI_SVC_MSG_MAX_SIZE - sizeof(*dest_match)) || in wma_passpoint_match_event_handler()2292 dest_match = qdf_mem_malloc(sizeof(*dest_match) + buf_len); in wma_passpoint_match_event_handler()2293 if (!dest_match) in wma_passpoint_match_event_handler()2296 dest_ap = &dest_match->ap; in wma_passpoint_match_event_handler()2297 dest_match->request_id = 0; in wma_passpoint_match_event_handler()2298 dest_match->id = event->id; in wma_passpoint_match_event_handler()2299 dest_match->anqp_len = event->anqp_length; in wma_passpoint_match_event_handler()2301 dest_match->id, dest_match->anqp_len); in wma_passpoint_match_event_handler()2317 qdf_mem_copy(dest_match->anqp, buf_ptr + sizeof(*event) + in wma_passpoint_match_event_handler()[all …]