示例#1
0
文件: wlan.c 项目: ianjuch/ee149
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);
}
示例#2
0
文件: wlan.c 项目: mileat/proj-emb
long wlan_smart_config_process()
{
    long ret;
    ret = c_wlan_smart_config_process();
    return(ret);
}