Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c695 if (hapd->driver == NULL || hapd->driver->set_frag == NULL) in hostapd_set_frag()
697 return hapd->driver->set_frag(hapd->drv_priv, frag); in hostapd_set_frag()
/hostap-latest/src/drivers/
Ddriver.h3837 int (*set_frag)(void *priv, int frag); member
Ddriver_nl80211.c14101 .set_frag = i802_set_frag,