Home
last modified time | relevance | path

Searched refs:iv_mgtsend (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_wds.c354 callout_stop(&vap->iv_mgtsend); /* XXX callout_drain */ in wds_newstate()
H A Dieee80211_var.h428 struct callout iv_mgtsend; /* mgmt frame response timer */ member
H A Dieee80211_ddb.c483 db_printf(" mgtsend %p", &vap->iv_mgtsend); in _db_show_vap()
H A Dieee80211_sta.c241 callout_stop(&vap->iv_mgtsend); /* XXX callout_drain */ in sta_newstate()
H A Dieee80211_proto.c338 callout_init(&vap->iv_mgtsend, 1); in ieee80211_proto_vattach()
H A Dieee80211_output.c3439 callout_reset(&vap->iv_mgtsend, in ieee80211_tx_mgt_cb()