Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c1450 struct wpa_auth_config _conf; in hostapd_setup_wpa() local
1495 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
1496 _conf.msg_ctx = hapd->msg_ctx; in hostapd_setup_wpa()
1498 _conf.tx_status = 1; in hostapd_setup_wpa()
1500 _conf.ap_mlme = 1; in hostapd_setup_wpa()
1508 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
1511 if (_conf.extended_key_id && in hostapd_setup_wpa()
1515 _conf.extended_key_id = 0; in hostapd_setup_wpa()
1518 _conf.beacon_prot = 0; in hostapd_setup_wpa()
1523 _conf.ocv = 0; in hostapd_setup_wpa()
[all …]