Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dmesh.c331 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_enable_iface_cb()
424 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_init()
/hostap-latest/src/ap/
Dhostapd.h357 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, member
Dsta_info.c328 if (hapd->mesh_sta_free_cb) in ap_free_sta()
329 hapd->mesh_sta_free_cb(hapd, sta); in ap_free_sta()