Home
last modified time | relevance | path

Searched refs:iw_scan_req (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/
Dpoc.c111 struct iw_scan_req { struct
128 struct iw_scan_req *scan_req; in main() argument
141 scan_req = (struct iw_scan_req *)malloc(sizeof(struct iw_scan_req) + 0xff); in main()
142 memset(scan_req, 0xff, sizeof(struct iw_scan_req) + 0xff); in main()
144 prIwReq.u.data.length = sizeof(struct iw_scan_req); in main()