hostapd: Disable Config Error Bypass in Hostapd
Currently, hostapd starts even when the password exceeds the maximum allowed
length of 63 characters, which is not the expected behavior.
This issue occurs because the WPA_IGNORE_CONFIG_ERRORS flag allows
hostapd to ignore such misconfigurations. By disabling this flag,
enforce strict validation of the configuration file and prevent hostapd from
launching with invalid settings.
cherey-pick from pag/3382491
Bug: 435310800
Test: TH
Change-Id: Ifc7beac8ea98b55b14f5f862fcb5482c3a55474a
1 file changed