Searched refs:hapd_set_ssid (Results 1 – 3 of 3) sorted by relevance
563 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL) in hostapd_set_ssid()565 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len); in hostapd_set_ssid()
1889 .hapd_set_ssid = bsd_set_ssid,
4291 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member