1. Significance of NVRAM warning
The Wi-Fi driver detects the mt6620 Wi-Fi NVRAM status on the mobile phone. If the detection result is incorrect, the error code is displayed on the scan result.
This aims to expose some hidden problems to the prompt. For example, if Wi-Fi NVRAM is not configured, the default value/setting of Wi-Fi is incorrect, which may cause Wi-Fi driver exceptions, such as signal deterioration. In this case, Wi-Fi is available, but there may be some potential problems.
In order to learn early that the NVRAM config is incorrect and eliminate the problem of not driver or protocol, we will display the NVRAM-related error on scan result in error code number mode.
2. Meaning of NVRAM warning
NVRAM warning = 0x00/* the NVRAM text watermark does not exist */
NVRAM warning = 0x02/* NVRAM and driver versions are incorrect */
NVRAM warning = 0x04/* The TX power value of NVRAM is not valid */
NVRAM warning = 0x08/* the DPD parameter of NVRAM is not valid */
NVRAM warning = 0x10/* No MAC address written */
Meanings of different numbers in WiFi NVRAM warning