Home
last modified time | relevance | path

Searched refs:bcn_mon_timer (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mac80211/
H A Doffchannel.c34 del_timer_sync(&ifmgd->bcn_mon_timer); in ieee80211_offchannel_ps_enable()
H A Dmlme.c193 mod_timer(&sdata->u.mgd.bcn_mon_timer, in ieee80211_sta_reset_beacon_monitor()
3026 del_timer_sync(&sdata->u.mgd.bcn_mon_timer); in ieee80211_set_disassoc()
6668 from_timer(sdata, t, u.mgd.bcn_mon_timer); in ieee80211_sta_bcn_mon_timer()
6866 timer_setup(&ifmgd->bcn_mon_timer, ieee80211_sta_bcn_mon_timer, 0); in ieee80211_sta_setup_sdata()
H A Dieee80211_i.h469 struct timer_list bcn_mon_timer; member