Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_proto.c246 static void vap_update_slot(void *, int);
346 TASK_INIT(&vap->iv_slot_task, 0, vap_update_slot, vap); in ieee80211_proto_vattach()
846 vap_update_slot(void *arg, int npending) in vap_update_slot() function