Searched refs:_conf (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_glue.c | 1465 struct wpa_auth_config _conf; in hostapd_setup_wpa() local 1510 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa() 1511 _conf.msg_ctx = hapd->msg_ctx; in hostapd_setup_wpa() 1513 _conf.tx_status = 1; in hostapd_setup_wpa() 1515 _conf.ap_mlme = 1; in hostapd_setup_wpa() 1523 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa() 1526 if (_conf.extended_key_id && in hostapd_setup_wpa() 1530 _conf.extended_key_id = 0; in hostapd_setup_wpa() 1533 _conf.beacon_prot = 0; in hostapd_setup_wpa() 1538 _conf in hostapd_setup_wpa() [all...] |
/third_party/alsa-lib/src/control/ |
H A D | setup.c | 398 static int add_elem(snd_sctl_t *h, snd_config_t *_conf, snd_config_t *private_data, int *quit) in add_elem() argument 414 err = snd_config_expand(_conf, _conf, NULL, private_data, &conf); in add_elem()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_glue.c | 1264 struct wpa_auth_config _conf; in hostapd_setup_wpa() local 1303 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa() 1305 _conf.tx_status = 1; in hostapd_setup_wpa() 1307 _conf.ap_mlme = 1; in hostapd_setup_wpa() 1308 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd); in hostapd_setup_wpa()
|
Completed in 5 milliseconds