Skip to content

Commit 7f20f4c

Browse files
committed
removing the commneted code
1 parent ff8ff48 commit 7f20f4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/platform/silabs/efr32/wf200/host_if.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ int32_t wfx_get_ap_info(wfx_wifi_scan_result_t * ap)
737737
int32_t signal_strength;
738738

739739
ap->ssid_length = chip::min<size_t>(strlen(ap_info.ssid) + 1, WFX_MAX_SSID_LENGTH); // +1 for null termination
740-
// ap->ssid_length = strnlen(ap_info.ssid, chip::min<size_t>(sizeof(ap_info.ssid) + 1, WFX_MAX_SSID_LENGTH));
741740
chip::Platform::CopyString(ap->ssid, ap->ssid_length, ap_info.ssid);
742741
memcpy(ap->bssid, ap_info.bssid, sizeof(ap_info.bssid));
743742
ap->security = ap_info.security;

0 commit comments

Comments
 (0)