File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ static int nxp_wifi_process_results(unsigned int count)
716716 res .security = WIFI_SECURITY_TYPE_NONE ;
717717
718718 if (scan_result .wpa2_entp ) {
719- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
719+ res .security = WIFI_SECURITY_TYPE_EAP ;
720720 }
721721 if (scan_result .wpa2 ) {
722722 res .security = WIFI_SECURITY_TYPE_PSK ;
@@ -730,13 +730,13 @@ static int nxp_wifi_process_results(unsigned int count)
730730
731731 if (scan_result .wpa3_entp ) {
732732 res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_ONLY ;
733- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
733+ res .security = WIFI_SECURITY_TYPE_EAP ;
734734 } else if (scan_result .wpa3_1x_sha256 ) {
735735 res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_SUITEB ;
736- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
736+ res .security = WIFI_SECURITY_TYPE_EAP ;
737737 } else if (scan_result .wpa3_1x_sha384 ) {
738738 res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_SUITEB_192 ;
739- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
739+ res .security = WIFI_SECURITY_TYPE_EAP ;
740740 }
741741
742742 if (scan_result .ap_mfpr ) {
You can’t perform that action at this time.
0 commit comments