Home
last modified time | relevance | path

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

/device/board/bearpi/bearpi_hm_micro/app/communication/wpa_cli/src/
Dwpa_cli_sample.c34 #define SAMPLE_ERROR(format, args...) \ macro
136 SAMPLE_ERROR("send ctrl request [%s] failed.", cmd); in SendCtrlCommand()
147 SAMPLE_ERROR("add network failed."); in TestNetworkConfig()
171 SAMPLE_ERROR("network config failed remove network [%.*s].", networkIdLen, networkId); in TestNetworkConfig()
204 SAMPLE_ERROR("request scan results failed."); in TestScan()
222 SAMPLE_ERROR("open wpa control interface failed."); in InitControlInterface()
235 SAMPLE_ERROR("control interface init failed, exit client."); in main()
/device/board/bearpi/bearpi_hm_micro/app/setting/setting/src/main/cpp/
Dwpa_work.c31 #define SAMPLE_ERROR(format, args...) \ macro
98 SAMPLE_ERROR("send ctrl request [%s] failed.", cmd); in SendCtrlCommand()
388 SAMPLE_ERROR("add network failed."); in TestNetworkConfig()
428 SAMPLE_ERROR("network config failed remove network [%.*s].", networkIdLen, networkId); in TestNetworkConfig()
444 SAMPLE_ERROR("open wpa control interface failed."); in InitControlInterface()