Lines Matching defs:ieee80211_bss_conf
514 struct ieee80211_bss_conf { struct
515 const u8 *bssid;
517 bool assoc, ibss_joined;
518 bool ibss_creator;
519 u16 aid;
521 bool use_cts_prot;
522 bool use_short_preamble;
523 bool use_short_slot;
524 bool enable_beacon;
525 u8 dtim_period;
526 u16 beacon_int;
527 u16 assoc_capability;
528 u64 sync_tsf;
529 u32 sync_device_ts;
530 u8 sync_dtim_count;
531 u32 basic_rates;
532 struct ieee80211_rate *beacon_rate;
533 int mcast_rate[IEEE80211_NUM_BANDS];
534 u16 ht_operation_mode;
535 s32 cqm_rssi_thold;
536 u32 cqm_rssi_hyst;
537 struct cfg80211_chan_def chandef;
538 __be32 arp_addr_list[IEEE80211_BSS_ARP_ADDR_LIST_LEN];
539 int arp_addr_cnt;
540 bool qos;
541 bool idle;
542 bool ps;
543 u8 ssid[IEEE80211_MAX_SSID_LEN];
544 size_t ssid_len;
545 bool hidden_ssid;
546 int txpower;
547 enum nl80211_tx_power_setting txpower_type;
548 struct ieee80211_p2p_noa_attr p2p_noa_attr;