OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_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
513
struct wpa_auth_config
_conf
;
local
518
hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &
_conf
);
520
_conf
.tx_status = 1;
522
_conf
.ap_mlme = 1;
543
hapd->wpa_auth = wpa_init(hapd->own_addr, &
_conf
, &cb);
Completed in 52 milliseconds