long wlan_smart_config_process() { long ret; OS_mutex_lock(g_main_mutex, &mtx_key); ret = c_wlan_smart_config_process(); OS_mutex_unlock(g_main_mutex, mtx_key); return(ret); }
long wlan_smart_config_process() { long ret; ret = c_wlan_smart_config_process(); return(ret); }