Home
last modified time | relevance | path

Searched refs:hw_features (Results 1 – 10 of 10) 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()
638 mode->vht_capab == 0 && iface->hw_features) { in ieee80211ac_supported_vht_capab()
642 if (iface->hw_features[i].mode == in ieee80211ac_supported_vht_capab()
644 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()
DMakefile42 hw_features.o \
Dhostapd.h466 struct hostapd_hw_modes *hw_features; member
Ddrv_callbacks.c858 is_dfs = ieee80211_is_dfs(freq, hapd->iface->hw_features, in hostapd_event_ch_switch()
911 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
Ddfs.c1127 if (ieee80211_is_dfs(iface->freq, iface->hw_features, in hostapd_handle_dfs_offload()
Dap_drv_ops.c903 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
Dhostapd.c485 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
486 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
Ddpp_hostapd.c463 hapd->iface->hw_features, in hostapd_dpp_auth_init()