Lines Matching defs:cfg80211_ap_settings
1180 struct cfg80211_ap_settings { struct
1181 struct cfg80211_chan_def chandef;
1183 struct cfg80211_beacon_data beacon;
1185 int beacon_interval, dtim_period;
1186 const u8 *ssid;
1187 size_t ssid_len;
1188 enum nl80211_hidden_ssid hidden_ssid;
1189 struct cfg80211_crypto_settings crypto;
1190 bool privacy;
1191 enum nl80211_auth_type auth_type;
1192 enum nl80211_smps_mode smps_mode;
1193 int inactivity_timeout;
1194 u8 p2p_ctwindow;
1195 bool p2p_opp_ps;
1196 const struct cfg80211_acl_data *acl;
1197 bool pbss;
1198 struct cfg80211_bitrate_mask beacon_rate;
1200 const struct ieee80211_ht_cap *ht_cap;
1201 const struct ieee80211_vht_cap *vht_cap;
1202 const struct ieee80211_he_cap_elem *he_cap;
1203 const struct ieee80211_he_operation *he_oper;
1204 bool ht_required, vht_required, he_required;
1205 bool twt_responder;
1206 u32 flags;
1207 struct ieee80211_he_obss_pd he_obss_pd;
1208 struct cfg80211_he_bss_color he_bss_color;
1209 struct cfg80211_fils_discovery fils_discovery;
1210 struct cfg80211_unsol_bcast_probe_resp unsol_bcast_probe_resp;