Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1608 struct wpa_auth_config _conf; in hostapd_setup_wpa() local
1665 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf); in hostapd_setup_wpa()
1666 _conf.msg_ctx = hapd->msg_ctx; in hostapd_setup_wpa()
1669 _conf.tx_bss_auth = tx_bss->wpa_auth; in hostapd_setup_wpa()
1671 _conf.tx_status = 1; in hostapd_setup_wpa()
1673 _conf.ap_mlme = 1; in hostapd_setup_wpa()
1681 _conf.wpa_deny_ptk0_rekey = 1; in hostapd_setup_wpa()
1684 if (_conf.extended_key_id && in hostapd_setup_wpa()
1688 _conf.extended_key_id = 0; in hostapd_setup_wpa()
1691 _conf.beacon_prot = 0; in hostapd_setup_wpa()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h292 #define CHANCTX_CONF_TO_LCHANCTX(_conf) \ argument
293 container_of(_conf, struct lkpi_chanctx, chanctx_conf)
/freebsd/sys/dev/ath/
H A Dif_athvar.h1540 #define ath_hal_div_comb_conf_get(_ah, _conf) \ argument
1541 ((*(_ah)->ah_divLnaConfGet)((_ah), (_conf)))
1542 #define ath_hal_div_comb_conf_set(_ah, _conf) \ argument
1543 ((*(_ah)->ah_divLnaConfSet)((_ah), (_conf)))