Exemplo n.º 1
0
Arquivo: wlan.c Projeto: 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);
}
Exemplo n.º 2
0
long wlan_smart_config_process()
{
    long ret;
    ret = c_wlan_smart_config_process();
    return(ret);
}