Lines Matching defs:ieee80211_bss_conf

636 struct ieee80211_bss_conf {  struct
637 const u8 *bssid;
638 u8 htc_trig_based_pkt_ext;
639 bool uora_exists;
640 u8 uora_ocw_range;
641 u16 frame_time_rts_th;
642 bool he_support;
643 bool twt_requester;
644 bool twt_responder;
645 bool twt_protected;
646 bool twt_broadcast;
648 bool assoc, ibss_joined;
649 bool ibss_creator;
650 u16 aid;
652 bool use_cts_prot;
653 bool use_short_preamble;
654 bool use_short_slot;
655 bool enable_beacon;
656 u8 dtim_period;
657 u16 beacon_int;
658 u16 assoc_capability;
659 u64 sync_tsf;
660 u32 sync_device_ts;
661 u8 sync_dtim_count;
662 u32 basic_rates;
663 struct ieee80211_rate *beacon_rate;
664 int mcast_rate[NUM_NL80211_BANDS];
665 u16 ht_operation_mode;
666 s32 cqm_rssi_thold;
667 u32 cqm_rssi_hyst;
668 s32 cqm_rssi_low;
669 s32 cqm_rssi_high;
670 struct cfg80211_chan_def chandef;
671 struct ieee80211_mu_group_data mu_group;
672 __be32 arp_addr_list[IEEE80211_BSS_ARP_ADDR_LIST_LEN];
673 int arp_addr_cnt;
674 bool qos;
675 bool idle;
676 bool ps;
677 u8 ssid[IEEE80211_MAX_SSID_LEN];
678 size_t ssid_len;
679 bool hidden_ssid;
680 int txpower;
681 enum nl80211_tx_power_setting txpower_type;
682 struct ieee80211_p2p_noa_attr p2p_noa_attr;
683 bool allow_p2p_go_ps;
684 u16 max_idle_period;
685 bool protected_keep_alive;
686 bool ftm_responder;
687 struct ieee80211_ftm_responder_params *ftmr_params;
689 bool nontransmitted;
690 u8 transmitter_bssid[ETH_ALEN];
691 u8 bssid_index;
692 u8 bssid_indicator;
693 bool ema_ap;
694 u8 profile_periodicity;
695 struct {
698 } he_oper;
699 struct ieee80211_he_obss_pd he_obss_pd;
700 struct cfg80211_he_bss_color he_bss_color;
701 struct ieee80211_fils_discovery fils_discovery;
702 u32 unsol_bcast_probe_resp_interval;
703 bool s1g;
704 struct cfg80211_bitrate_mask beacon_tx_rate;