Lines Matching defs:cfg80211_ap_settings
1366 struct cfg80211_ap_settings { struct
1367 struct cfg80211_chan_def chandef;
1369 struct cfg80211_beacon_data beacon;
1371 int beacon_interval, dtim_period;
1372 const u8 *ssid;
1373 size_t ssid_len;
1374 enum nl80211_hidden_ssid hidden_ssid;
1375 struct cfg80211_crypto_settings crypto;
1376 bool privacy;
1377 enum nl80211_auth_type auth_type;
1378 enum nl80211_smps_mode smps_mode;
1379 int inactivity_timeout;
1380 u8 p2p_ctwindow;
1381 bool p2p_opp_ps;
1382 const struct cfg80211_acl_data *acl;
1383 bool pbss;
1384 struct cfg80211_bitrate_mask beacon_rate;
1386 const struct ieee80211_ht_cap *ht_cap;
1387 const struct ieee80211_vht_cap *vht_cap;
1388 const struct ieee80211_he_cap_elem *he_cap;
1389 const struct ieee80211_he_operation *he_oper;
1390 const struct ieee80211_eht_cap_elem *eht_cap;
1391 const struct ieee80211_eht_operation *eht_oper;
1392 bool ht_required, vht_required, he_required, sae_h2e_required;
1393 bool twt_responder;
1394 u32 flags;
1395 struct ieee80211_he_obss_pd he_obss_pd;
1396 struct cfg80211_fils_discovery fils_discovery;
1397 struct cfg80211_unsol_bcast_probe_resp unsol_bcast_probe_resp;
1398 struct cfg80211_mbssid_config mbssid_config;
1399 u16 punct_bitmap;