Searched refs:hw_features (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
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() 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() 239 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair() 243 iface->hw_features, in ieee80211n_allowed_ht40_channel_pair() 278 NULL, iface->hw_features, in ieee80211n_check_40mhz_5g() [all …]
|
D | hw_features.h | 15 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
|
D | acs.c | 287 acs_cleanup_mode(&iface->hw_features[i]); in acs_cleanup() 487 mode = &iface->hw_features[i]; in acs_surveys_are_sufficient() 562 mode = &iface->hw_features[i]; in acs_survey_all_chans_interference_factor() 597 mode = &iface->hw_features[i]; in acs_find_chan() 866 mode = &iface->hw_features[i]; in acs_find_ideal_chan() 1054 mode = &iface->hw_features[i]; in acs_request_scan() 1066 mode = &iface->hw_features[i]; in acs_request_scan()
|
D | ieee802_11_vht.c | 33 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()
|
D | Makefile | 32 hw_features.o \
|
D | drv_callbacks.c | 965 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch() 1059 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected() 1065 hapd->iface->hw_features, in hostapd_acs_channel_selected() 1090 hapd->iface->hw_features, in hostapd_acs_channel_selected() 1562 if (hostapd_hw_skip_mode(iface, &iface->hw_features[i])) in hostapd_get_mode_channel() 1564 chan = hostapd_get_mode_chan(&iface->hw_features[i], freq); in hostapd_get_mode_channel()
|
D | hostapd.h | 510 struct hostapd_hw_modes *hw_features; member
|
D | hostapd.c | 509 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial() 510 iface->hw_features = NULL; in hostapd_cleanup_iface_partial() 1651 struct hostapd_hw_modes *mode = &iface->hw_features[j]; in configured_fixed_chan_to_freq()
|
D | dfs.c | 1297 if (ieee80211_is_dfs(iface->freq, iface->hw_features, in hostapd_handle_dfs_offload()
|
D | dpp_hostapd.c | 647 hapd->iface->hw_features, in hostapd_dpp_auth_init() 2350 struct hostapd_hw_modes *modes = hapd->iface->hw_features; in dpp_get_mode()
|
D | ap_drv_ops.c | 940 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
|
/external/wpa_supplicant_8/src/common/ |
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);
|
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()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 13553 …<var-decl name="hw_features" type-id="f9f4b16f" visibility="default" filepath="include/linux/netde… 24643 …<var-decl name="hw_features" type-id="f9f4b16f" visibility="default" filepath="include/linux/netde…
|
D | test-PR27569-v0.abi | 13553 …<var-decl name="hw_features" type-id="f9f4b16f" visibility="default" filepath="include/linux/netde… 24615 …<var-decl name="hw_features" type-id="f9f4b16f" visibility="default" filepath="include/linux/netde…
|