Lines Matching defs:ieee80211_bss_conf

677 struct ieee80211_bss_conf {  struct
678 const u8 *bssid;
679 unsigned int link_id;
680 u8 addr[ETH_ALEN] __aligned(2);
681 u8 htc_trig_based_pkt_ext;
682 bool uora_exists;
683 u8 uora_ocw_range;
684 u16 frame_time_rts_th;
685 bool he_support;
686 bool twt_requester;
687 bool twt_responder;
688 bool twt_protected;
689 bool twt_broadcast;
691 bool use_cts_prot;
692 bool use_short_preamble;
693 bool use_short_slot;
694 bool enable_beacon;
695 u8 dtim_period;
696 u16 beacon_int;
697 u16 assoc_capability;
698 u64 sync_tsf;
699 u32 sync_device_ts;
700 u8 sync_dtim_count;
701 u32 basic_rates;
702 struct ieee80211_rate *beacon_rate;
703 int mcast_rate[NUM_NL80211_BANDS];
704 u16 ht_operation_mode;
705 s32 cqm_rssi_thold;
706 u32 cqm_rssi_hyst;
707 s32 cqm_rssi_low;
708 s32 cqm_rssi_high;
709 struct cfg80211_chan_def chandef;
710 struct ieee80211_mu_group_data mu_group;
711 bool qos;
712 bool hidden_ssid;
713 int txpower;
714 enum nl80211_tx_power_setting txpower_type;
715 struct ieee80211_p2p_noa_attr p2p_noa_attr;
716 bool allow_p2p_go_ps;
717 u16 max_idle_period;
718 bool protected_keep_alive;
719 bool ftm_responder;
720 struct ieee80211_ftm_responder_params *ftmr_params;
722 bool nontransmitted;
723 u8 transmitter_bssid[ETH_ALEN];
724 u8 bssid_index;
725 u8 bssid_indicator;
726 bool ema_ap;
727 u8 profile_periodicity;
728 struct {
731 } he_oper;
732 struct ieee80211_he_obss_pd he_obss_pd;
733 struct cfg80211_he_bss_color he_bss_color;
734 struct ieee80211_fils_discovery fils_discovery;
735 u32 unsol_bcast_probe_resp_interval;
736 struct cfg80211_bitrate_mask beacon_tx_rate;
737 enum ieee80211_ap_reg_power power_type;
738 struct ieee80211_tx_pwr_env tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT];
739 u8 tx_pwr_env_num;
740 u8 pwr_reduction;
741 bool eht_support;
742 u16 eht_puncturing;
744 bool csa_active;
745 u16 csa_punct_bitmap;
747 bool mu_mimo_owner;
748 struct ieee80211_chanctx_conf __rcu *chanctx_conf;
750 bool color_change_active;
751 u8 color_change_color;
753 bool vht_su_beamformer;
754 bool vht_su_beamformee;
755 bool vht_mu_beamformer;
756 bool vht_mu_beamformee;
757 bool he_su_beamformer;
758 bool he_su_beamformee;
759 bool he_mu_beamformer;
760 bool he_full_ul_mumimo;