Lines Matching defs:cfg80211_ap_settings
116900 struct cfg80211_ap_settings { struct
116901 struct cfg80211_chan_def chandef;
116902 struct cfg80211_beacon_data beacon;
116903 int beacon_interval;
116904 int dtim_period;
116905 const u8 *ssid;
116906 size_t ssid_len;
116907 enum nl80211_hidden_ssid hidden_ssid;
116908 struct cfg80211_crypto_settings crypto;
116909 bool privacy;
116910 enum nl80211_auth_type auth_type;
116911 enum nl80211_smps_mode smps_mode;
116912 int inactivity_timeout;
116913 u8 p2p_ctwindow;
116914 bool p2p_opp_ps;
116915 const struct cfg80211_acl_data *acl;
116916 bool pbss;
116917 struct cfg80211_bitrate_mask beacon_rate;
116918 const struct ieee80211_ht_cap *ht_cap;
116919 const struct ieee80211_vht_cap *vht_cap;
116920 const struct ieee80211_he_cap_elem *he_cap;
116921 bool ht_required;
116922 bool vht_required;
116923 bool twt_responder;
116924 u32 flags;
116925 struct ieee80211_he_obss_pd he_obss_pd;