Lines Matching defs:cfg80211_ap_settings
1242 struct cfg80211_ap_settings { struct
1243 struct cfg80211_chan_def chandef;
1245 struct cfg80211_beacon_data beacon;
1247 int beacon_interval, dtim_period;
1248 const u8 *ssid;
1249 size_t ssid_len;
1250 enum nl80211_hidden_ssid hidden_ssid;
1251 struct cfg80211_crypto_settings crypto;
1252 bool privacy;
1253 enum nl80211_auth_type auth_type;
1254 enum nl80211_smps_mode smps_mode;
1255 int inactivity_timeout;
1256 u8 p2p_ctwindow;
1257 bool p2p_opp_ps;
1258 const struct cfg80211_acl_data *acl;
1259 bool pbss;
1260 struct cfg80211_bitrate_mask beacon_rate;
1262 const struct ieee80211_ht_cap *ht_cap;
1263 const struct ieee80211_vht_cap *vht_cap;
1264 const struct ieee80211_he_cap_elem *he_cap;
1265 const struct ieee80211_he_operation *he_oper;
1266 bool ht_required, vht_required, he_required, sae_h2e_required;
1267 bool twt_responder;
1268 u32 flags;
1269 struct ieee80211_he_obss_pd he_obss_pd;
1270 struct cfg80211_he_bss_color he_bss_color;
1271 struct cfg80211_fils_discovery fils_discovery;
1272 struct cfg80211_unsol_bcast_probe_resp unsol_bcast_probe_resp;
1273 struct cfg80211_mbssid_config mbssid_config;