Searched refs:hw_features (Results 1 – 10 of 10) 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() 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 …]
|
D | hw_features.h | 15 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
|
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 | 42 hw_features.o \
|
D | hostapd.h | 466 struct hostapd_hw_modes *hw_features; member
|
D | drv_callbacks.c | 858 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()
|
D | dfs.c | 1127 if (ieee80211_is_dfs(iface->freq, iface->hw_features, in hostapd_handle_dfs_offload()
|
D | ap_drv_ops.c | 903 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
|
D | hostapd.c | 485 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()
|
D | dpp_hostapd.c | 463 hapd->iface->hw_features, in hostapd_dpp_auth_init()
|