Searched refs:cmode (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 652 struct hostapd_hw_modes *cmode = hapd->iface->current_mode; in hostapd_set_freq() local 659 cmode ? cmode->vht_capab : 0, in hostapd_set_freq() 660 cmode ? in hostapd_set_freq() 661 &cmode->he_capab[IEEE80211_MODE_AP] : NULL, in hostapd_set_freq() 662 cmode ? in hostapd_set_freq() 663 &cmode->eht_capab[IEEE80211_MODE_AP] : in hostapd_set_freq() 995 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_start_dfs_cac() local 997 if (!hapd->driver || !hapd->driver->start_dfs_cac || !cmode) in hostapd_start_dfs_cac() 1012 cmode->vht_capab, in hostapd_start_dfs_cac() 1013 &cmode->he_capab[IEEE80211_MODE_AP], in hostapd_start_dfs_cac() [all …]
|
D | dfs.c | 971 struct hostapd_hw_modes *cmode = iface->current_mode; in hostapd_dfs_request_channel_switch() local 1012 cmode->vht_capab, in hostapd_dfs_request_channel_switch() 1013 &cmode->he_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch() 1014 &cmode->eht_capab[ieee80211_mode], in hostapd_dfs_request_channel_switch()
|
D | beacon.c | 2659 struct hostapd_hw_modes *cmode = iface->current_mode; in __ieee802_11_set_beacon() local 2725 if (cmode && in __ieee802_11_set_beacon() 2735 cmode->vht_capab, in __ieee802_11_set_beacon() 2736 &cmode->he_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon() 2737 &cmode->eht_capab[IEEE80211_MODE_AP], in __ieee802_11_set_beacon()
|