11 void wpa_supplicant_mesh_iface_deinit(
struct wpa_supplicant *wpa_s,
13 int wpas_mesh_scan_result_text(
const u8 *ies,
size_t ies_len,
char *buf,
15 int wpas_mesh_add_interface(
struct wpa_supplicant *wpa_s,
char *ifname,
20 void wpa_mesh_notify_peer(
struct wpa_supplicant *wpa_s,
const u8 *addr,
21 const u8 *ies,
size_t ie_len);
27 static inline void wpa_mesh_notify_peer(
struct wpa_supplicant *wpa_s,
29 const u8 *ies,
size_t ie_len)
33 static inline void wpa_supplicant_mesh_add_scan_ie(
struct wpa_supplicant *wpa_s,
hostapd per-interface data structure
Definition: hostapd.h:291
Internal data for wpa_supplicant interface.
Definition: wpa_supplicant_i.h:451
Network configuration data.
Definition: config_ssid.h:52