mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 12:28:29 +02:00
include: mark flags as such (bgo #643011)
This commit is contained in:
parent
ead5869825
commit
86e3d935a2
1 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ typedef enum {
|
|||
|
||||
/* 802.11 Access Point flags */
|
||||
typedef enum {
|
||||
/*< flags >*/
|
||||
NM_802_11_AP_FLAGS_NONE = 0x00000000,
|
||||
NM_802_11_AP_FLAGS_PRIVACY = 0x00000001
|
||||
} NM80211ApFlags;
|
||||
|
|
@ -150,6 +151,7 @@ typedef enum {
|
|||
* information elements.
|
||||
*/
|
||||
typedef enum {
|
||||
/*< flags >*/
|
||||
NM_802_11_AP_SEC_NONE = 0x00000000,
|
||||
NM_802_11_AP_SEC_PAIR_WEP40 = 0x00000001,
|
||||
NM_802_11_AP_SEC_PAIR_WEP104 = 0x00000002,
|
||||
|
|
@ -183,6 +185,7 @@ typedef enum {
|
|||
* Bluetooth device.
|
||||
*/
|
||||
typedef enum {
|
||||
/*< flags >*/
|
||||
NM_BT_CAPABILITY_NONE = 0x00000000,
|
||||
NM_BT_CAPABILITY_DUN = 0x00000001,
|
||||
NM_BT_CAPABILITY_NAP = 0x00000002,
|
||||
|
|
@ -205,6 +208,7 @@ typedef enum {
|
|||
* API.
|
||||
*/
|
||||
typedef enum {
|
||||
/*< flags >*/
|
||||
NM_DEVICE_MODEM_CAPABILITY_NONE = 0x00000000,
|
||||
NM_DEVICE_MODEM_CAPABILITY_POTS = 0x00000001,
|
||||
NM_DEVICE_MODEM_CAPABILITY_CDMA_EVDO = 0x00000002,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue