Lines Matching defs:ieee80211_if_managed
376 struct ieee80211_if_managed { struct
377 struct timer_list timer;
378 struct timer_list conn_mon_timer;
379 struct timer_list bcn_mon_timer;
380 struct timer_list chswitch_timer;
381 struct work_struct monitor_work;
382 struct work_struct chswitch_work;
383 struct work_struct beacon_connection_loss_work;
385 unsigned long beacon_timeout;
386 unsigned long probe_timeout;
387 int probe_send_count;
388 bool nullfunc_failed;
390 struct mutex mtx;
391 struct cfg80211_bss *associated;
393 u8 bssid[ETH_ALEN];
395 u16 aid;
397 unsigned long timers_running; /* used for quiesce/restart */
398 bool powersave; /* powersave requested for this iface */
399 bool broken_ap; /* AP is broken -- turn off powersave */
400 enum ieee80211_smps_mode req_smps, /* requested smps mode */
401 ap_smps, /* smps mode AP thinks we're in */
402 driver_smps_mode; /* smps mode request */
404 struct work_struct request_smps_work;
406 unsigned int flags;
408 bool beacon_crc_valid;
409 u32 beacon_crc;
411 enum {
415 } mfp; /* management frame protection */
417 int wmm_last_param_set;
419 u8 use_4addr;
422 int last_beacon_signal;
430 int ave_beacon_signal;
437 unsigned int count_beacon_signal;
444 int last_cqm_event_signal;
451 int rssi_min_thold, rssi_max_thold;
452 int last_ave_beacon_signal;
454 struct ieee80211_ht_cap ht_capa; /* configured ht-cap over-rides */
455 struct ieee80211_ht_cap ht_capa_mask; /* Valid parts of ht_capa */