]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa/wpa_supplicant/binder/binder_constants.cpp
Update hostapd/wpa_supplicant to 2.8 to fix multiple vulnerabilities.
[FreeBSD/FreeBSD.git] / contrib / wpa / wpa_supplicant / binder / binder_constants.cpp
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 #include "binder_constants.h"
11
12 namespace wpa_supplicant_binder {
13 namespace binder_constants {
14
15 const char kServiceName[] = "wpa_supplicant";
16
17 } /* namespace binder_constants */
18 } /* namespace wpa_supplicant_binder */