Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/edgefast_wifi/source/
Dwpl_nxp.c453 struct wlan_scan_result scan_result = {0}; in WLP_process_results() local
473 wlan_get_scan_result(i, &scan_result); in WLP_process_results()
475 PRINTF("%s\r\n", scan_result.ssid); in WLP_process_results()
476 …PRINTF(" BSSID : %02X:%02X:%02X:%02X:%02X:%02X\r\n", (unsigned int)scan_result.bssid[0… in WLP_process_results()
477 (unsigned int)scan_result.bssid[1], (unsigned int)scan_result.bssid[2], in WLP_process_results()
478 (unsigned int)scan_result.bssid[3], (unsigned int)scan_result.bssid[4], in WLP_process_results()
479 (unsigned int)scan_result.bssid[5]); in WLP_process_results()
480 PRINTF(" RSSI : %ddBm\r\n", -(int)scan_result.rssi); in WLP_process_results()
481 PRINTF(" Channel : %d\r\n", (int)scan_result.channel); in WLP_process_results()
486 if (scan_result.wpa2_entp) in WLP_process_results()
[all …]