Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhw_features.c32 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
37 if (hw_features == NULL) in hostapd_free_hw_features()
41 os_free(hw_features[i].channels); in hostapd_free_hw_features()
42 os_free(hw_features[i].rates); in hostapd_free_hw_features()
45 os_free(hw_features); in hostapd_free_hw_features()
117 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
118 iface->hw_features = modes; in hostapd_get_hw_features()
270 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair()
274 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair()
309 NULL, iface->hw_features, in ieee80211n_check_40mhz_5g()
[all …]
Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
35 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
Dacs.c361 acs_cleanup_mode(&iface->hw_features[i]); in acs_cleanup()
556 mode = &iface->hw_features[i]; in acs_surveys_are_sufficient()
642 mode = &iface->hw_features[i]; in acs_survey_all_chans_interference_factor()
677 mode = &iface->hw_features[i]; in acs_find_mode()
697 mode = &iface->hw_features[i]; in acs_find_chan()
1147 mode = &iface->hw_features[i]; in acs_find_ideal_chan()
1413 mode = &iface->hw_features[i]; in acs_request_scan()
1425 mode = &iface->hw_features[i]; in acs_request_scan()
Dieee802_11_vht.c34 mode->vht_capab == 0 && hapd->iface->hw_features) { in hostapd_eid_vht_capabilities()
38 if (hapd->iface->hw_features[i].mode == in hostapd_eid_vht_capabilities()
40 mode = &hapd->iface->hw_features[i]; in hostapd_eid_vht_capabilities()
DMakefile32 hw_features.o \
Ddrv_callbacks.c1287 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
1403 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
1409 hapd->iface->hw_features, in hostapd_acs_channel_selected()
1434 hapd->iface->hw_features, in hostapd_acs_channel_selected()
2090 if (hostapd_hw_skip_mode(iface, &iface->hw_features[i])) in hostapd_get_mode_channel()
2092 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel()
Dhostapd.c697 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
698 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
1879 mode = &iface->hw_features[i]; in hostapd_no_ir_channel_list_updated()
1910 iface->hw_features, in hostapd_no_ir_channel_list_updated()
1945 iface->hw_features, in hostapd_no_ir_channel_list_updated()
2105 struct hostapd_hw_modes *mode = &iface->hw_features[j]; in configured_fixed_chan_to_freq()
2246 *modes = hapd->iface->hw_features; in fst_hostapd_get_hw_modes_cb()
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()
941 hapd->iface->hw_features, in hostapd_dpp_auth_init()
3620 struct hostapd_hw_modes *modes = hapd->iface->hw_features; in dpp_get_mode()
3644 bool chan6 = hapd->iface->hw_features == NULL; in hostapd_dpp_chirp_scan_res_handler()
Dhostapd.h605 struct hostapd_hw_modes *hw_features; member
Dap_drv_ops.c1156 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
Dbeacon.c2748 mode = &hapd->iface->hw_features[i]; in __ieee802_11_set_beacon()
/hostap-latest/tests/fuzzing/ap-mgmt/
Dap-mgmt.c110 hapd->iface->hw_features = gen_modes(); in init_hapd()
112 hapd->iface->current_mode = hapd->iface->hw_features; in init_hapd()
157 hostapd_free_hw_features(ctx.hapd.iface->hw_features, in LLVMFuzzerTestOneInput()
/hostap-latest/src/common/
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);
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()