Lines Matching defs:cfg80211_ap_settings
992 struct cfg80211_ap_settings { struct
993 struct cfg80211_chan_def chandef;
995 struct cfg80211_beacon_data beacon;
997 int beacon_interval, dtim_period;
998 const u8 *ssid;
999 size_t ssid_len;
1000 enum nl80211_hidden_ssid hidden_ssid;
1001 struct cfg80211_crypto_settings crypto;
1002 bool privacy;
1003 enum nl80211_auth_type auth_type;
1004 enum nl80211_smps_mode smps_mode;
1005 int inactivity_timeout;
1006 u8 p2p_ctwindow;
1007 bool p2p_opp_ps;
1008 const struct cfg80211_acl_data *acl;
1009 bool pbss;
1010 struct cfg80211_bitrate_mask beacon_rate;
1012 const struct ieee80211_ht_cap *ht_cap;
1013 const struct ieee80211_vht_cap *vht_cap;
1014 const struct ieee80211_he_cap_elem *he_cap;
1015 bool ht_required, vht_required;
1016 bool twt_responder;
1017 u32 flags;
1018 struct ieee80211_he_obss_pd he_obss_pd;