Home
last modified time | relevance | path

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

/NextBSD/sys/i386/include/
HDcserial.h450 void (*set_rts) (chan_t *h, int val); member
/NextBSD/contrib/wpa/src/ap/
HDap_drv_ops.c536 if (hapd->driver == NULL || hapd->driver->set_rts == NULL) in hostapd_set_rts()
538 return hapd->driver->set_rts(hapd->drv_priv, rts); in hostapd_set_rts()
/NextBSD/contrib/wpa/src/drivers/
HDdriver.h2350 int (*set_rts)(void *priv, int rts); member