OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wpa_ctrl
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/common/
wpa_ctrl.c
33
#include "
wpa_ctrl
.h"
43
* struct
wpa_ctrl
- Internal structure for control interface library
51
struct
wpa_ctrl
{
struct
86
struct
wpa_ctrl
* wpa_ctrl_open(const char *ctrl_path)
92
struct
wpa_ctrl
* wpa_ctrl_open2(const char *ctrl_path,
95
struct
wpa_ctrl
*ctrl;
141
* of
wpa_ctrl
, so the existing socket file must have
233
void wpa_ctrl_close(struct
wpa_ctrl
*ctrl)
294
struct
wpa_ctrl
* wpa_ctrl_open(const char *ctrl_path)
296
struct
wpa_ctrl
*ctrl
[
all
...]
/hardware/libhardware_legacy/wifi/
wifi.c
29
#include "libwpa_client/
wpa_ctrl
.h"
53
struct
wpa_ctrl
{};
struct
55
struct
wpa_ctrl
*wpa_ctrl_open(const char *ctrl_path) { return NULL; }
56
void wpa_ctrl_close(struct
wpa_ctrl
*ctrl) {}
57
int wpa_ctrl_request(struct
wpa_ctrl
*ctrl, const char *cmd, size_t cmd_len,
60
int wpa_ctrl_attach(struct
wpa_ctrl
*ctrl) { return 0; }
61
int wpa_ctrl_detach(struct
wpa_ctrl
*ctrl) { return 0; }
62
int wpa_ctrl_recv(struct
wpa_ctrl
*ctrl, char *reply, size_t *reply_len)
64
int wpa_ctrl_get_fd(struct
wpa_ctrl
*ctrl) { return 0; }
67
static struct
wpa_ctrl
*ctrl_conn
[
all
...]
Completed in 35 milliseconds