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.c1448 struct wpa_auth_config _conf; in hostapd_setup_wpa() local
1494 _conf.msg_ctx = hapd->msg_ctx; in hostapd_setup_wpa()
1496 _conf.tx_status = 1; in hostapd_setup_wpa()
1498 _conf.ap_mlme = 1; in hostapd_setup_wpa()
1509 if (_conf.extended_key_id && in hostapd_setup_wpa()
1513 _conf.extended_key_id = 0; in hostapd_setup_wpa()
1516 _conf.beacon_prot = 0; in hostapd_setup_wpa()
1521 _conf.ocv = 0; in hostapd_setup_wpa()
1524 _conf.secure_ltf = in hostapd_setup_wpa()
1526 _conf.secure_rtt = in hostapd_setup_wpa()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h274 #define CHANCTX_CONF_TO_LCHANCTX(_conf) \ argument
275 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)))