HomeSort by relevance Sort by last modified time
    Searched refs:scanres (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/lib/
scanmerge.h 41 scan_result_t scanres; member in struct:SCANMERGE_STRUCT
scanmerge.c 103 (scan_result_t *)(&(((scan_merge_t *)idata)->scanres));
162 os_memcpy(&(scan_ptr->scanres), res_ptr, sizeof(scan_result_t) + size);
264 copy_scan_res(&(scan_ptr->scanres), res_ptr);
294 res_ptr = scan_dup(&(scan_ptr->scanres));
301 &(scan_ptr->scanres), sizeof(scan_result_t));
333 cur_res = (scan_result_t *)&(((scan_merge_t *)(item->data))->scanres);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 126 scanres = NULL;
194 if (scanres) {
195 scanres->close();
196 delete scanres;
197 scanres = NULL;
737 if (scanres) {
738 scanres->close();
739 delete scanres;
742 scanres = new ScanResults();
743 if (scanres == NULL
    [all...]
wpagui.h 92 ScanResults *scanres; member in class:WpaGui
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 81 struct wpa_scan_res *scanres[MAX_SCAN_RESULTS]; member in struct:wpa_driver_test_data
    [all...]

Completed in 111 milliseconds