Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c687 if (hapd->driver == NULL || hapd->driver->set_rts == NULL) in hostapd_set_rts()
689 return hapd->driver->set_rts(hapd->drv_priv, rts); in hostapd_set_rts()
/hostap-latest/src/drivers/
Ddriver.h3829 int (*set_rts)(void *priv, int rts); member
Ddriver_nl80211.c14100 .set_rts = i802_set_rts,