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

  /cts/hostsidetests/security/securityPatch/CVE-2016-2471/
poc.c 128 struct iw_scan_req *scan_req; local
141 scan_req = (struct iw_scan_req *)malloc(sizeof(struct iw_scan_req) + 0xff);
142 memset(scan_req, 0xff, sizeof(struct iw_scan_req) + 0xff);
143 scan_req->essid_len = 0xff;
145 prIwReq.u.data.pointer = scan_req;
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 196 } scan_req; member in union:prism2_hostapd_param::__anon44657
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 635 * scan_req - Type of the scan request
663 } scan_req, last_scan_req; member in struct:wpa_supplicant
    [all...]

Completed in 203 milliseconds