Searched refs:probe_results (Results 1 – 4 of 4) sorted by relevance
1187 lp->probe_results.num_aps = lp->probe_num_aps; in wl_process_probe_response()1188 lp->probe_results.scan_complete = TRUE; in wl_process_probe_response()1201 memcpy( &( lp->probe_results.ProbeTable[lp->probe_num_aps] ), in wl_process_probe_response()1212 lp->probe_results.ProbeTable[count].BSSID, in wl_process_probe_response()1224 memcpy( &( lp->probe_results.ProbeTable[lp->probe_num_aps] ), in wl_process_probe_response()
702 ProbeResult *p = &lp->probe_results; in wireless_get_ap_list()720 lp->probe_results.scan_complete = FALSE; in wireless_get_ap_list()2589 lp->probe_results.scan_complete = FALSE; in wireless_set_scan()2716 if( !lp->probe_results.scan_complete ) { in wireless_get_scan()2722 lp->probe_results.num_aps ); in wireless_get_scan()2727 for( count = 0; count < lp->probe_results.num_aps; count++ ) { in wireless_get_scan()2729 probe_resp = (PROBE_RESP *)&lp->probe_results.ProbeTable[count]; in wireless_get_scan()2767 iwe.u.qual.updated = lp->probe_results.scan_complete | IW_QUAL_DBM; in wireless_get_scan()
764 memset( &( lp->probe_results ), 0, sizeof( lp->probe_results )); in wl_insert()765 lp->probe_results.scan_complete = FALSE; in wl_insert()3181 lp->probe_results.num_aps = lp->probe_num_aps; in wl_process_mailbox()3182 lp->probe_results.scan_complete = TRUE; in wl_process_mailbox()3195 memcpy( &( lp->probe_results.ProbeTable[lp->probe_num_aps] ), in wl_process_mailbox()3206 lp->probe_results.ProbeTable[count].BSSID, in wl_process_mailbox()3218 memcpy( &( lp->probe_results.ProbeTable[lp->probe_num_aps] ), in wl_process_mailbox()
975 ProbeResult probe_results; member