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