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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp 227 struct nlattr *scanResultsInfo;
232 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
237 nla_ok(scanResultsInfo, rem);
238 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
242 (struct nlattr *) nla_data(scanResultsInfo),
243 nla_len(scanResultsInfo), NULL);
365 struct nlattr *scanResultsInfo;
367 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
371 nla_ok(scanResultsInfo, rem)
    [all...]
gscan.cpp     [all...]

Completed in 549 milliseconds