Lines Matching refs:mResult
1682 wifi_scan_result *mResult; member in AnqpoConfigureCommand
1689 mResult = NULL; in AnqpoConfigureCommand()
1798 mResult = (wifi_scan_result *)malloc(sizeof(wifi_scan_result)); in handleEvent()
1799 if (!mResult) { in handleEvent()
1804 convert_to_hal_result(mResult, fixed); in handleEvent()
1811 ALOGI("%-32s\t", mResult->ssid); in handleEvent()
1813 ALOGI("%02x:%02x:%02x:%02x:%02x:%02x ", mResult->bssid[0], mResult->bssid[1], in handleEvent()
1814 mResult->bssid[2], mResult->bssid[3], mResult->bssid[4], mResult->bssid[5]); in handleEvent()
1816 ALOGI("%d\t", mResult->rssi); in handleEvent()
1817 ALOGI("%d\t", mResult->channel); in handleEvent()
1818 ALOGI("%lld\t", mResult->ts); in handleEvent()
1819 ALOGI("%lld\t", mResult->rtt); in handleEvent()
1820 ALOGI("%lld\n", mResult->rtt_sd); in handleEvent()
1823 (*mHandler.on_passpoint_network_found)(id(), networkId, mResult, anqp_len, anqp); in handleEvent()
1824 free(mResult); in handleEvent()