003 File Manager
Current Path:
/usr/src/contrib/wpa/wpa_supplicant/binder
usr
/
src
/
contrib
/
wpa
/
wpa_supplicant
/
binder
/
📁
..
📄
.clang-format
(223 B)
📄
binder.cpp
(2.81 KB)
📄
binder.h
(1.31 KB)
📄
binder_constants.cpp
(489 B)
📄
binder_constants.h
(600 B)
📄
binder_i.h
(530 B)
📄
binder_manager.cpp
(2.38 KB)
📄
binder_manager.h
(1.68 KB)
📁
fi
📄
iface.cpp
(430 B)
📄
iface.h
(1.02 KB)
📄
supplicant.cpp
(4.38 KB)
📄
supplicant.h
(1.64 KB)
Editing: binder_i.h
/* * 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. */ #ifndef BINDER_I_H #define BINDER_I_H #ifdef _cplusplus extern "C" { #endif // _cplusplus struct wpas_binder_priv { int binder_fd; struct wpa_global *global; void *binder_manager; }; #ifdef _cplusplus } #endif /* _cplusplus */ #endif /* BINDER_I_H */
Upload File
Create Folder