HomeSort by relevance Sort by last modified time
    Searched full:wifi_scan_result (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.h 34 wifi_scan_result *mHotlistApFoundResults;
35 wifi_scan_result *mHotlistApLostResults;
49 wifi_scan_result *mHotlistSsidFoundResults;
50 wifi_scan_result *mHotlistSsidLostResults;
51 wifi_scan_result *mPnoNetworkFoundResults;
54 wifi_scan_result *mPasspointNetworkFoundResult;
79 wifi_scan_result *results,
84 wifi_scan_result *results,
91 wifi_scan_result *mPnoNetworkFoundResults,
gscancommand.h 74 unsigned num_results, wifi_scan_result *results);
76 unsigned num_results, wifi_scan_result *results);
83 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result,
88 unsigned num_results, wifi_scan_result *results);
90 unsigned num_results, wifi_scan_result *results);
92 unsigned num_results, wifi_scan_result *results);
95 wifi_scan_result *result,
gscan_event_handler.cpp 222 wifi_scan_result *results,
466 wifi_scan_result *results,
646 resultsBufSize = sizeof(wifi_scan_result);
661 mPasspointNetworkFoundResult = (wifi_scan_result *)
878 wifi_scan_result *results,
    [all...]
gscan.cpp     [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 103 } wifi_scan_result; typedef in typeref:struct:__anon43343
114 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result,
225 wifi_scan_result results[MAX_AP_CACHE_PER_SCAN]; // scan results - one for each bssid
234 unsigned num_results, wifi_scan_result *results);
236 unsigned num_results, wifi_scan_result *results);
261 unsigned num_results, wifi_scan_result *results);
263 unsigned num_results, wifi_scan_result *results);
392 unsigned num_results, wifi_scan_result *results);
415 wifi_scan_result *result, // scan result, with channel and beacon information
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
gscan.cpp 53 GSCAN_ATTRIBUTE_SCAN_RESULTS, /* flat array of wifi_scan_result */
156 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
159 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from)
314 static int parseScanResults(wifi_scan_result *results, int num, nlattr *attr)
316 memset(results, 0, sizeof(wifi_scan_result) * num);
324 wifi_scan_result *result = results + i;
767 wifi_scan_result *full_scan_result;
775 full_scan_result = (wifi_scan_result *) malloc((ie_len + offsetof(wifi_scan_result, ie_data)));
945 wifi_scan_result *mScanResults = mScans[mRetrieved].results
    [all...]
  /hardware/interfaces/wifi/1.1/default/
hidl_struct_util.h 74 // |has_ie_data| indicates whether or not the wifi_scan_result includes 802.11
77 const legacy_hal::wifi_scan_result& legacy_scan_result,
wifi_legacy_hal.cpp 97 std::function<void(wifi_request_id, wifi_scan_result*, uint32_t)>
100 wifi_scan_result* result,
548 wifi_request_id id, wifi_scan_result* result, uint32_t buckets_scanned) {
    [all...]
wifi_legacy_hal.h 107 std::function<void(wifi_request_id, const wifi_scan_result*, uint32_t)>;
wifi_sta_iface.cpp 425 const legacy_hal::wifi_scan_result* result,
hidl_struct_util.cpp 485 const legacy_hal::wifi_scan_result& legacy_scan_result,
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2017-0705/
poc.c 119 GSCAN_ATTRIBUTE_SCAN_RESULTS, /* flat array of wifi_scan_result */

Completed in 1158 milliseconds