⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 supdetect.h

📁 linux 下通过802.1认证的安装包
💻 H
字号:
/**
 *
 * Licensed under a dual GPL/BSD license.   (See LICENSE file for more info.)
 *
 * \file supdetect.h
 *
 * \author chris@open1x.org
 *
 **/

#ifndef __SUPDETECT_H__
#define __SUPDETECT_H__

// Types of things we want to detect  (i.e.  Things that can get in the way.)
#define OTHER_SUPPLICANT  0x01
#define WIRELESS_MANAGER  0x02

// Severity levels that can be used to notify the UI.
#define WARNING           1          ///< There are droppings from another supplicant or manager that, if activated, can cause problems.
#define BLOCKER           2          ///< The supplicant won't be able to run unless this is fixed.

int supdetect_check_for_other_supplicants();
int supdetect_numinstances(char *);

#endif // __SUPDETECT_H__


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -