Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dhw_features.c28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
33 if (hw_features == NULL) in hostapd_free_hw_features()
37 os_free(hw_features[i].channels); in hostapd_free_hw_features()
38 os_free(hw_features[i].rates); in hostapd_free_hw_features()
41 os_free(hw_features); in hostapd_free_hw_features()
211 &iface->hw_features[j]; in hostapd_get_hw_features()
220 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
221 iface->hw_features = modes; in hostapd_get_hw_features()
339 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair()
343 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair()
[all …]
H A Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
38 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
H A Dacs.c354 acs_cleanup_mode(&iface->hw_features[i]); in acs_cleanup()
549 mode = &iface->hw_features[i]; in acs_surveys_are_sufficient()
638 mode = &iface->hw_features[i]; in acs_survey_all_chans_interference_factor()
673 mode = &iface->hw_features[i]; in acs_find_mode()
693 mode = &iface->hw_features[i]; in acs_find_chan()
1133 mode = &iface->hw_features[i]; in acs_find_ideal_chan()
1439 mode = &iface->hw_features[i]; in acs_request_scan()
1451 mode = &iface->hw_features[i]; in acs_request_scan()
H A Dieee802_11_vht.c28 mode->vht_capab == 0 && hapd->iface->hw_features) { in mode_for_vht_capab()
32 if (hapd->iface->hw_features[i].mode == in mode_for_vht_capab()
34 return &hapd->iface->hw_features[i]; in mode_for_vht_capab()
H A DMakefile35 hw_features.o \
H A Dhostapd.c772 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
773 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
2001 struct hostapd_hw_modes *hw_features; in hostapd_no_ir_channel_list_updated() local
2008 hw_features = hostapd_get_hw_feature_data(hapd, &num_hw_features, in hostapd_no_ir_channel_list_updated()
2010 if (!hw_features) { in hostapd_no_ir_channel_list_updated()
2020 mode = &hw_features[i]; in hostapd_no_ir_channel_list_updated()
2050 hw_features, in hostapd_no_ir_channel_list_updated()
2085 hw_features, in hostapd_no_ir_channel_list_updated()
2109 hostapd_free_hw_features(hw_features, num_hw_features); in hostapd_no_ir_channel_list_updated()
2247 struct hostapd_hw_modes *mode = &iface->hw_features[j]; in configured_fixed_chan_to_freq()
[all …]
H A Ddrv_callbacks.c1418 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
1534 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
1564 hapd->iface->hw_features, in hostapd_acs_channel_selected()
2172 if (hostapd_hw_skip_mode(iface, &iface->hw_features[i])) in hostapd_get_mode_channel()
2174 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel()
H A Ddpp_hostapd.c231 if (!hapd->iface->hw_features) in hostapd_dpp_allow_ir()
235 struct hostapd_hw_modes *mode = &hapd->iface->hw_features[i]; in hostapd_dpp_allow_ir()
352 hapd->iface->hw_features, in hostapd_dpp_pkex_done()
942 hapd->iface->hw_features, in hostapd_dpp_auth_init()
3668 struct hostapd_hw_modes *modes = hapd->iface->hw_features; in dpp_get_mode()
3692 bool chan6 = hapd->iface->hw_features == NULL; in hostapd_dpp_chirp_scan_res_handler()
H A Dhostapd.h645 struct hostapd_hw_modes *hw_features; member
H A Dafc.c1042 mode = &iface->hw_features[i]; in hostap_afc_disable_channels()
H A Dap_drv_ops.c1255 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
H A Dctrl_iface_ap.c1186 mode = &iface->hw_features[i]; in get_target_hw_mode()
H A Dbeacon.c2843 mode = &hapd->iface->hw_features[i]; in __ieee802_11_set_beacon()
/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.h22 struct hostapd_hw_modes *hw_features, int num_hw_features);
26 struct hostapd_hw_modes *hw_features, int num_hw_features);
H A Dhw_features_common.c64 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_channel_freq() argument
72 if (!hw_features) in hw_get_channel_freq()
76 struct hostapd_hw_modes *curr_mode = &hw_features[i]; in hw_get_channel_freq()
101 struct hostapd_hw_modes *hw_features, int num_hw_features) in hw_get_chan() argument
105 hw_get_channel_freq(mode, freq, &chan, hw_features, num_hw_features); in hw_get_chan()
/freebsd/sys/crypto/ccp/
H A Dccp.c199 if ((sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_attach()
218 if (g_ccp_softc == sc && (sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_detach()
316 if ((sc->hw_features & VERSION_CAP_SHA) == 0) in ccp_auth_supported()
337 if ((sc->hw_features & VERSION_CAP_AES) == 0) in ccp_cipher_supported()
379 if ((sc->hw_features & VERSION_CAP_AES) == 0) in ccp_probesession()
726 db_printf(" hw_features: %b\n", (int)sc->hw_features, in db_show_ccp_sc()
H A Dccp.h151 uint16_t hw_features; member
H A Dccp_hardware.c791 sc->hw_features = version & VERSION_CAP_MASK; in ccp_hw_attach()
/freebsd/usr.sbin/wpa/src/ap/
H A DMakefile26 hw_features.c \