mesh: Sync plink state with kernel
The plink_state exists both wpa_supplicant and kernel. Synchronize them with wpa_mesh_set_plink_state(). Signed-off-by: Kenzoh Nishikawa <Kenzoh.Nishikawa@jp.sony.com> Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
467775c5ac
commit
871ff0b746
3 changed files with 13 additions and 5 deletions
|
@ -15,6 +15,9 @@ void wpa_mesh_new_mesh_peer(struct wpa_supplicant *wpa_s, const u8 *addr,
|
|||
void mesh_mpm_deinit(struct wpa_supplicant *wpa_s, struct hostapd_iface *ifmsh);
|
||||
void mesh_mpm_auth_peer(struct wpa_supplicant *wpa_s, const u8 *addr);
|
||||
void mesh_mpm_free_sta(struct sta_info *sta);
|
||||
void wpa_mesh_set_plink_state(struct wpa_supplicant *wpa_s,
|
||||
struct sta_info *sta,
|
||||
enum mesh_plink_state state);
|
||||
|
||||
#ifdef CONFIG_MESH
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue