Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.c577 if (hapd->driver == NULL || hapd->driver->set_frag == NULL) in hostapd_set_frag()
579 return hapd->driver->set_frag(hapd->drv_priv, frag); in hostapd_set_frag()
/dflybsd-src/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h2971 int (*set_frag)(void *priv, int frag); member
H A Ddriver_nl80211.c11063 .set_frag = i802_set_frag,