Home
last modified time | relevance | path

Searched refs:hw_features (Results 1 - 22 of 22) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhw_features.c25 #include "hw_features.h"
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()
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
99 iface->hw_features = modes; in hostapd_get_hw_features()
244 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair()
248 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,
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
H A Dacs.c22 #include "hw_features.h"
287 acs_cleanup_mode(&iface->hw_features[i]); in acs_cleanup()
492 mode = &iface->hw_features[i]; in acs_surveys_are_sufficient()
570 mode = &iface->hw_features[i]; in acs_survey_all_chans_interference_factor()
605 mode = &iface->hw_features[i]; in acs_find_chan()
886 mode = &iface->hw_features[i]; in acs_find_ideal_chan()
1077 mode = &iface->hw_features[i]; in acs_request_scan()
1089 mode = &iface->hw_features[i]; in acs_request_scan()
H A Dieee802_11_vht.c33 mode->vht_capab == 0 && hapd->iface->hw_features) { in hostapd_eid_vht_capabilities()
37 if (hapd->iface->hw_features[i].mode == in hostapd_eid_vht_capabilities()
39 mode = &hapd->iface->hw_features[i]; in hostapd_eid_vht_capabilities()
H A DMakefile32 hw_features.o \
H A Ddrv_callbacks.c38 #include "hw_features.h"
1003 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
1133 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
1139 hapd->iface->hw_features, in hostapd_acs_channel_selected()
1164 hapd->iface->hw_features, in hostapd_acs_channel_selected()
1636 if (hostapd_hw_skip_mode(iface, &iface->hw_features[i])) in hostapd_get_mode_channel()
1638 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel()
H A Dhostapd.h513 struct hostapd_hw_modes *hw_features; member
H A Ddpp_hostapd.c647 hapd->iface->hw_features, in hostapd_dpp_auth_init()
2429 struct hostapd_hw_modes *modes = hapd->iface->hw_features; in dpp_get_mode()
2453 bool chan6 = hapd->iface->hw_features == NULL; in hostapd_dpp_chirp_scan_res_handler()
H A Dhostapd.c39 #include "hw_features.h"
524 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
525 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
1666 struct hostapd_hw_modes *mode = &iface->hw_features[j]; in configured_fixed_chan_to_freq()
H A Dap_drv_ops.c944 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhw_features.c25 #include "hw_features.h"
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()
98 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
99 iface->hw_features = modes; in hostapd_get_hw_features()
644 mode->vht_capab == 0 && iface->hw_features) { in ieee80211ac_supported_vht_capab()
648 if (iface->hw_features[ in ieee80211ac_supported_vht_capab()
[all...]
H A Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
29 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
H A Dieee802_11_vht.c33 mode->vht_capab == 0 && hapd->iface->hw_features) { in hostapd_eid_vht_capabilities()
37 if (hapd->iface->hw_features[i].mode == in hostapd_eid_vht_capabilities()
39 mode = &hapd->iface->hw_features[i]; in hostapd_eid_vht_capabilities()
H A DMakefile44 hw_features.o \
H A Dhostapd.h484 struct hostapd_hw_modes *hw_features; member
H A Ddfs.c1129 if (ieee80211_is_dfs(iface->freq, iface->hw_features, in hostapd_handle_dfs_offload()
H A Ddrv_callbacks.c36 #include "hw_features.h"
873 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
935 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
H A Dap_drv_ops.c923 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
H A Dhostapd.c39 #include "hw_features.h"
494 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
495 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
H A Ddpp_hostapd.c464 hapd->iface->hw_features, in hostapd_dpp_auth_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
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()
105 hw_get_channel_freq(mode, freq, &chan, hw_features, num_hw_features); in hw_get_chan()
63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, struct hostapd_hw_modes *hw_features, int num_hw_features) hw_get_channel_freq() argument
100 hw_get_chan(enum hostapd_hw_mode mode, int freq, struct hostapd_hw_modes *hw_features, int num_hw_features) hw_get_chan() argument

Completed in 30 milliseconds