| /freebsd/contrib/wpa/src/ap/ |
| H A D | hw_features.c | 28 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 D | hw_features.h | 15 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 D | acs.c | 354 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 D | ieee802_11_vht.c | 28 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 D | Makefile | 35 hw_features.o \
|
| H A D | hostapd.c | 772 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 D | drv_callbacks.c | 1418 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 D | dpp_hostapd.c | 231 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 D | hostapd.h | 645 struct hostapd_hw_modes *hw_features; member
|
| H A D | afc.c | 1042 mode = &iface->hw_features[i]; in hostap_afc_disable_channels()
|
| H A D | ap_drv_ops.c | 1255 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
|
| H A D | ctrl_iface_ap.c | 1186 mode = &iface->hw_features[i]; in get_target_hw_mode()
|
| H A D | beacon.c | 2843 mode = &hapd->iface->hw_features[i]; in __ieee802_11_set_beacon()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | hw_features_common.h | 22 struct hostapd_hw_modes *hw_features, int num_hw_features); 26 struct hostapd_hw_modes *hw_features, int num_hw_features);
|
| H A D | hw_features_common.c | 64 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 D | ccp.c | 199 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 D | ccp.h | 151 uint16_t hw_features; member
|
| H A D | ccp_hardware.c | 791 sc->hw_features = version & VERSION_CAP_MASK; in ccp_hw_attach()
|
| /freebsd/usr.sbin/wpa/src/ap/ |
| H A D | Makefile | 26 hw_features.c \
|