OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_conf
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
block_int.h
244
#define DEFINE_BLOCK_PROPERTIES(_state,
_conf
) \
245
DEFINE_PROP_DRIVE("drive", _state,
_conf
.bs), \
247
_conf
.logical_block_size, 512), \
249
_conf
.physical_block_size, 512), \
250
DEFINE_PROP_UINT16("min_io_size", _state,
_conf
.min_io_size, 0), \
251
DEFINE_PROP_UINT32("opt_io_size", _state,
_conf
.opt_io_size, 0)
/external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c
467
struct wpa_auth_config
_conf
;
local
472
hostapd_wpa_auth_conf(hapd->conf, &
_conf
);
474
_conf
.tx_status = 1;
494
hapd->wpa_auth = wpa_init(hapd->own_addr, &
_conf
, &cb);
Completed in 215 milliseconds