Searched refs:pstrScanResult (Results 1 – 1 of 1) sorted by relevance
685 tstrM2mWifiscanResult *pstrScanResult = (tstrM2mWifiscanResult *)pvMsg; in handle_scan_result() local692 if (pstrScanResult->u8AuthType == M2M_WIFI_SEC_OPEN) { in handle_scan_result()694 } else if (pstrScanResult->u8AuthType == M2M_WIFI_SEC_WPA_PSK) { in handle_scan_result()698 pstrScanResult->u8AuthType); in handle_scan_result()702 memcpy(result.ssid, pstrScanResult->au8SSID, WIFI_SSID_MAX_LEN); in handle_scan_result()705 result.channel = pstrScanResult->u8ch; in handle_scan_result()706 result.rssi = pstrScanResult->s8rssi; in handle_scan_result()