Lines Matching defs:ieee80211_bss_conf
493 struct ieee80211_bss_conf { struct
494 const u8 *bssid;
496 bool assoc, ibss_joined;
497 bool ibss_creator;
498 u16 aid;
500 bool use_cts_prot;
501 bool use_short_preamble;
502 bool use_short_slot;
503 bool enable_beacon;
504 u8 dtim_period;
505 u16 beacon_int;
506 u16 assoc_capability;
507 u64 sync_tsf;
508 u32 sync_device_ts;
509 u8 sync_dtim_count;
510 u32 basic_rates;
511 struct ieee80211_rate *beacon_rate;
512 int mcast_rate[IEEE80211_NUM_BANDS];
513 u16 ht_operation_mode;
514 s32 cqm_rssi_thold;
515 u32 cqm_rssi_hyst;
516 struct cfg80211_chan_def chandef;
517 __be32 arp_addr_list[IEEE80211_BSS_ARP_ADDR_LIST_LEN];
518 int arp_addr_cnt;
519 bool qos;
520 bool idle;
521 bool ps;
522 u8 ssid[IEEE80211_MAX_SSID_LEN];
523 size_t ssid_len;
524 bool hidden_ssid;
525 int txpower;
526 enum nl80211_tx_power_setting txpower_type;
527 struct ieee80211_p2p_noa_attr p2p_noa_attr;