2016-07-07 18:48:00 +02:00
|
|
|
/*
|
|
|
|
* binder interface for wpa_supplicant daemon
|
|
|
|
* Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
|
|
|
|
* Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
|
|
|
|
*
|
|
|
|
* This software may be distributed under the terms of the BSD license.
|
|
|
|
* See README for more details.
|
|
|
|
*/
|
|
|
|
|
2016-07-07 18:48:58 +02:00
|
|
|
#ifndef WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H
|
|
|
|
#define WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H
|
2016-07-07 18:48:00 +02:00
|
|
|
|
|
|
|
namespace wpa_supplicant_binder {
|
|
|
|
namespace binder_constants {
|
|
|
|
|
|
|
|
extern const char kServiceName[];
|
|
|
|
|
|
|
|
} /* namespace binder_constants */
|
|
|
|
} /* namespace wpa_supplicant_binder */
|
|
|
|
|
2016-07-07 18:48:58 +02:00
|
|
|
#endif /* WPA_SUPPLICANT_BINDER_BINDER_CONSTANTS_H */
|