Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c684 tstrM2mWifiscanResult *pstrScanResult = (tstrM2mWifiscanResult *)pvMsg; in handle_scan_result() local
691 if (pstrScanResult->u8AuthType == M2M_WIFI_SEC_OPEN) { in handle_scan_result()
693 } else if (pstrScanResult->u8AuthType == M2M_WIFI_SEC_WPA_PSK) { in handle_scan_result()
697 pstrScanResult->u8AuthType); in handle_scan_result()
701 memcpy(result.ssid, pstrScanResult->au8SSID, WIFI_SSID_MAX_LEN); in handle_scan_result()
704 result.channel = pstrScanResult->u8ch; in handle_scan_result()
705 result.rssi = pstrScanResult->s8rssi; in handle_scan_result()