Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.c685 int hostapd_set_rts(struct hostapd_data *hapd, int rts) in hostapd_set_rts() argument
689 return hapd->driver->set_rts(hapd->drv_priv, rts); in hostapd_set_rts()
Dap_drv_ops.h77 int hostapd_set_rts(struct hostapd_data *hapd, int rts);
/hostap-latest/src/drivers/
Ddriver.h3829 int (*set_rts)(void *priv, int rts);
Ddriver_nl80211.c7738 static int i802_set_rts(void *priv, int rts) in i802_set_rts() argument
7746 if (rts >= 2347 || rts == -1) in i802_set_rts()
7749 val = rts; in i802_set_rts()
7761 "%d (%s)", rts, ret, strerror(-ret)); in i802_set_rts()