1 /* 2 * hidl 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 #ifndef WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H 11 #define WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H 12 13 namespace wpa_supplicant_hidl { 14 namespace hidl_constants { 15 16 extern const char kServiceName[]; 17 18 } /* namespace hidl_constants */ 19 } /* namespace wpa_supplicant_hidl */ 20 21 #endif /* WPA_SUPPLICANT_HIDL_HIDL_CONSTANTS_H */ 22