Lines Matching defs:cfg80211_ap_settings
1326 struct cfg80211_ap_settings { struct
1327 struct cfg80211_chan_def chandef;
1329 struct cfg80211_beacon_data beacon;
1331 int beacon_interval, dtim_period;
1332 const u8 *ssid;
1333 size_t ssid_len;
1334 enum nl80211_hidden_ssid hidden_ssid;
1335 struct cfg80211_crypto_settings crypto;
1336 bool privacy;
1337 enum nl80211_auth_type auth_type;
1338 enum nl80211_smps_mode smps_mode;
1339 int inactivity_timeout;
1340 u8 p2p_ctwindow;
1341 bool p2p_opp_ps;
1342 const struct cfg80211_acl_data *acl;
1343 bool pbss;
1344 struct cfg80211_bitrate_mask beacon_rate;
1346 const struct ieee80211_ht_cap *ht_cap;
1347 const struct ieee80211_vht_cap *vht_cap;
1348 const struct ieee80211_he_cap_elem *he_cap;
1349 const struct ieee80211_he_operation *he_oper;
1350 const struct ieee80211_eht_cap_elem *eht_cap;
1351 const struct ieee80211_eht_operation *eht_oper;
1352 bool ht_required, vht_required, he_required, sae_h2e_required;
1353 bool twt_responder;
1354 u32 flags;
1355 struct ieee80211_he_obss_pd he_obss_pd;
1356 struct cfg80211_fils_discovery fils_discovery;
1357 struct cfg80211_unsol_bcast_probe_resp unsol_bcast_probe_resp;
1358 struct cfg80211_mbssid_config mbssid_config;