Lines Matching defs:ieee80211_bss_conf
608 struct ieee80211_bss_conf { struct
609 const u8 *bssid;
610 u8 bss_color;
611 u8 htc_trig_based_pkt_ext;
612 bool multi_sta_back_32bit;
613 bool uora_exists;
614 bool ack_enabled;
615 u8 uora_ocw_range;
616 u16 frame_time_rts_th;
617 bool he_support;
618 bool twt_requester;
619 bool twt_responder;
621 bool assoc, ibss_joined;
622 bool ibss_creator;
623 u16 aid;
625 bool use_cts_prot;
626 bool use_short_preamble;
627 bool use_short_slot;
628 bool enable_beacon;
629 u8 dtim_period;
630 u16 beacon_int;
631 u16 assoc_capability;
632 u64 sync_tsf;
633 u32 sync_device_ts;
634 u8 sync_dtim_count;
635 u32 basic_rates;
636 struct ieee80211_rate *beacon_rate;
637 int mcast_rate[NUM_NL80211_BANDS];
638 u16 ht_operation_mode;
639 s32 cqm_rssi_thold;
640 u32 cqm_rssi_hyst;
641 s32 cqm_rssi_low;
642 s32 cqm_rssi_high;
643 struct cfg80211_chan_def chandef;
644 struct ieee80211_mu_group_data mu_group;
645 __be32 arp_addr_list[IEEE80211_BSS_ARP_ADDR_LIST_LEN];
646 int arp_addr_cnt;
647 bool qos;
648 bool idle;
649 bool ps;
650 u8 ssid[IEEE80211_MAX_SSID_LEN];
651 size_t ssid_len;
652 bool hidden_ssid;
653 int txpower;
654 enum nl80211_tx_power_setting txpower_type;
655 struct ieee80211_p2p_noa_attr p2p_noa_attr;
656 bool allow_p2p_go_ps;
657 u16 max_idle_period;
658 bool protected_keep_alive;
659 bool ftm_responder;
660 struct ieee80211_ftm_responder_params *ftmr_params;
662 bool nontransmitted;
663 u8 transmitter_bssid[ETH_ALEN];
664 u8 bssid_index;
665 u8 bssid_indicator;
666 bool ema_ap;
667 u8 profile_periodicity;
668 struct ieee80211_he_operation he_operation;
669 struct ieee80211_he_obss_pd he_obss_pd;