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)
716
716
res .security = WIFI_SECURITY_TYPE_NONE ;
717
717
718
718
if (scan_result .wpa2_entp ) {
719
- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
719
+ res .security = WIFI_SECURITY_TYPE_EAP ;
720
720
}
721
721
if (scan_result .wpa2 ) {
722
722
res .security = WIFI_SECURITY_TYPE_PSK ;
@@ -730,13 +730,13 @@ static int nxp_wifi_process_results(unsigned int count)
730
730
731
731
if (scan_result .wpa3_entp ) {
732
732
res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_ONLY ;
733
- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
733
+ res .security = WIFI_SECURITY_TYPE_EAP ;
734
734
} else if (scan_result .wpa3_1x_sha256 ) {
735
735
res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_SUITEB ;
736
- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
736
+ res .security = WIFI_SECURITY_TYPE_EAP ;
737
737
} else if (scan_result .wpa3_1x_sha384 ) {
738
738
res .wpa3_ent_type = WIFI_WPA3_ENTERPRISE_SUITEB_192 ;
739
- res .security = WIFI_SECURITY_TYPE_EAP_TLS ;
739
+ res .security = WIFI_SECURITY_TYPE_EAP ;
740
740
}
741
741
742
742
if (scan_result .ap_mfpr ) {
You can’t perform that action at this time.
0 commit comments