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