Searched refs:hapd_set_ssid (Results 1 – 7 of 7) sorted by relevance
424 if (hapd->driver == NULL || hapd->driver->hapd_set_ssid == NULL) in hostapd_set_ssid()426 return hapd->driver->hapd_set_ssid(hapd->drv_priv, buf, len); in hostapd_set_ssid()
2026 int (*hapd_set_ssid)(void *priv, const u8 *buf, int len); member
1184 .hapd_set_ssid = hostap_set_ssid,
1302 .hapd_set_ssid = madwifi_set_ssid,
1627 .hapd_set_ssid = bsd_set_ssid,
2233 .hapd_set_ssid = atheros_set_ssid,
2655 .hapd_set_ssid = test_driver_set_ssid,