Home
last modified time | relevance | path

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

/hostap-3.7.0/wpa_supplicant/
Dmesh.c330 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_enable_iface_cb()
423 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_init()
/hostap-3.7.0/src/ap/
Dhostapd.h319 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, member
Dsta_info.c289 if (hapd->mesh_sta_free_cb) in ap_free_sta()
290 hapd->mesh_sta_free_cb(hapd, sta); in ap_free_sta()