Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
641 mode->vht_capab == 0 && iface->hw_features) { in ieee80211ac_supported_vht_capab()
645 if (iface->hw_features[i].mode == in ieee80211ac_supported_vht_capab()
647 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()
DMakefile40 hw_features.o \
Dhostapd.h446 struct hostapd_hw_modes *hw_features; member
Dap_drv_ops.c886 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
Dhostapd.c406 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
407 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
Ddrv_callbacks.c741 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()