-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwpa_ctrl.yml
42 lines (40 loc) · 1.32 KB
/
wpa_ctrl.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
GENERATOR:
PackageName: wpactrl
PARSER:
IncludePaths: [/usr/include]
SourcesPaths: [wpa_ctrl.h]
TRANSLATOR:
ConstRules:
defines: expand
enum: expand
Rules:
const:
- {transform: lower}
- {action: accept, from: "(?i)wpa_"}
- {action: accept, from: "(?i)wps_"}
- {action: accept, from: "(?i)ibss_"}
- {action: accept, from: "(?i)dpp_"}
- {action: accept, from: "(?i)mesh_"}
- {action: accept, from: "(?i)vmm_"}
- {action: accept, from: "(?i)p2p_"}
- {action: accept, from: "(?i)ess_"}
- {action: accept, from: "(?i)interworking_"}
- {action: accept, from: "(?i)cred_"}
- {action: accept, from: "(?i)gas_"}
- {action: accept, from: "(?i)rx_"}
- {action: accept, from: "(?i)hs20_"}
- {action: accept, from: "(?i)rrm_"}
- {action: accept, from: "(?i)ap_"}
- {action: accept, from: "(?i)interface_"}
- {action: accept, from: "(?i)acs_"}
- {action: accept, from: "(?i)dfs_"}
- {action: accept, from: "(?i)bss_"}
- {action: accept, from: "(?i)mbo_"}
- {action: accept, from: "(?i)becon_"}
- {action: accept, from: "(?i)pmksa_"}
- {action: accept, from: "(?i)fils_"}
- {action: accept, from: "(?i)vendor_"}
- {transform: export}
post-global:
- {load: snakecase}