Searched refs:dest_ap (Results 1 – 1 of 1) sorted by relevance
1640 tSirWifiScanResult *dest_ap; in wma_extscan_hotlist_match_event_handler() local1687 sizeof(*dest_ap) * numap); in wma_extscan_hotlist_match_event_handler()1691 dest_ap = &dest_hotlist->ap[0]; in wma_extscan_hotlist_match_event_handler()1709 dest_ap->rssi = 0; in wma_extscan_hotlist_match_event_handler()1710 dest_ap->channel = src_hotlist->channel; in wma_extscan_hotlist_match_event_handler()1711 dest_ap->ts = src_hotlist->tstamp; in wma_extscan_hotlist_match_event_handler()1713 dest_ap->rtt = src_hotlist->rtt; in wma_extscan_hotlist_match_event_handler()1714 dest_ap->rtt_sd = src_hotlist->rtt_sd; in wma_extscan_hotlist_match_event_handler()1715 dest_ap->beaconPeriod = src_hotlist->beacon_interval; in wma_extscan_hotlist_match_event_handler()1716 dest_ap->capability = src_hotlist->capabilities; in wma_extscan_hotlist_match_event_handler()[all …]