Home
last modified time | relevance | path

Searched refs:wifi_ps_param_config_err_code_tbl (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi.h642 static const char * const wifi_ps_param_config_err_code_tbl[] = { variable
675 if ((err_no) < (int16_t)ARRAY_SIZE(wifi_ps_param_config_err_code_tbl)) { in wifi_ps_get_config_err_code_str()
676 return wifi_ps_param_config_err_code_tbl[err_no]; in wifi_ps_get_config_err_code_str()