Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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()
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()
283 NULL, iface->hw_features, in ieee80211n_check_40mhz_5g()
[all …]
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
Dacs.c287 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()
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()
DMakefile32 hw_features.o \
Ddrv_callbacks.c980 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
1074 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
1080 hapd->iface->hw_features, in hostapd_acs_channel_selected()
1105 hapd->iface->hw_features, in hostapd_acs_channel_selected()
1577 if (hostapd_hw_skip_mode(iface, &iface->hw_features[i])) in hostapd_get_mode_channel()
1579 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel()
Dhostapd.h513 struct hostapd_hw_modes *hw_features; member
Ddpp_hostapd.c647 hapd->iface->hw_features, in hostapd_dpp_auth_init()
2423 struct hostapd_hw_modes *modes = hapd->iface->hw_features; in dpp_get_mode()
2447 bool chan6 = hapd->iface->hw_features == NULL; in hostapd_dpp_chirp_scan_res_handler()
Dhostapd.c513 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
514 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
1656 struct hostapd_hw_modes *mode = &iface->hw_features[j]; in configured_fixed_chan_to_freq()
Dap_drv_ops.c941 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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()
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[i].mode == in ieee80211ac_supported_vht_capab()
650 mode = &iface->hw_features[i]; in ieee80211ac_supported_vht_capab()
[all …]
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
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()
DMakefile44 hw_features.o \
Dhostapd.h484 struct hostapd_hw_modes *hw_features; member
Ddrv_callbacks.c873 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()
Ddfs.c1129 if (ieee80211_is_dfs(iface->freq, iface->hw_features, in hostapd_handle_dfs_offload()
Dap_drv_ops.c923 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
Dhostapd.c494 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()
Ddpp_hostapd.c464 hapd->iface->hw_features, in hostapd_dpp_auth_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DBUILD.gn159 "$WPA_ROOT_DIR/src/ap/hw_features.c",
DCMakeLists.txt135 src/ap/hw_features.c
136 src/ap/hw_features.h