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

  /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 80 struct wpa_scan_res *scanres[MAX_SCAN_RESULTS]; member in struct:wpa_driver_test_data
    [all...]

Completed in 57 milliseconds