Home
last modified time | relevance | path

Searched refs:_conf (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/block/
Dblock_int.h244 #define DEFINE_BLOCK_PROPERTIES(_state, _conf) \ argument
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/
Dwpa_auth_glue.c532 struct wpa_auth_config _conf; in hostapd_setup_wpa() local
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
539 _conf.tx_status = 1; in hostapd_setup_wpa()
541 _conf.ap_mlme = 1; in hostapd_setup_wpa()
562 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb); in hostapd_setup_wpa()