Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_drv_ops.h326 if (!hapd->driver || !hapd->driver->switch_color || !hapd->drv_priv) in hostapd_drv_switch_color()
329 return hapd->driver->switch_color(hapd->drv_priv, settings); in hostapd_drv_switch_color()
/hostap-latest/src/drivers/
Ddriver.h4557 int (*switch_color)(void *priv, struct cca_settings *settings); member
Ddriver_nl80211.c14144 .switch_color = nl80211_switch_color,