xref: /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/fi/w1/wpa_supplicant/IIface.aidl (revision 36ebd06e5ab61115eab7acca17a2350fc8222071)
1 /*
2  * binder interface for wpa_supplicant daemon
3  * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
4  * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
5  *
6  * This software may be distributed under the terms of the BSD license.
7  * See README for more details.
8  */
9 
10 package fi.w1.wpa_supplicant;
11 
12 /**
13  * Interface exposed by wpa_supplicant for each network interface it controls.
14  */
15 interface IIface {
16 }
17