Home
last modified time | relevance | path

Searched defs:ieee80211_if_managed (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h435 struct ieee80211_if_managed { struct
436 struct timer_list timer;
437 struct timer_list conn_mon_timer;
438 struct timer_list bcn_mon_timer;
439 struct timer_list chswitch_timer;
440 struct work_struct monitor_work;
441 struct work_struct chswitch_work;
442 struct work_struct beacon_connection_loss_work;
443 struct work_struct csa_connection_drop_work;
445 unsigned long beacon_timeout;
[all …]
/kernel/linux/linux-6.6/net/mac80211/
Dieee80211_i.h466 struct ieee80211_if_managed { struct
467 struct timer_list timer;
468 struct timer_list conn_mon_timer;
469 struct timer_list bcn_mon_timer;
470 struct work_struct monitor_work;
471 struct wiphy_work beacon_connection_loss_work;
472 struct wiphy_work csa_connection_drop_work;
474 unsigned long beacon_timeout;
475 unsigned long probe_timeout;
476 int probe_send_count;
[all …]