Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c1264 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()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1539 #define ath_hal_div_comb_conf_get(_ah, _conf) \ argument
1540 ((*(_ah)->ah_divLnaConfGet)((_ah), (_conf)))
1541 #define ath_hal_div_comb_conf_set(_ah, _conf) \ argument
1542 ((*(_ah)->ah_divLnaConfSet)((_ah), (_conf)))