Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h261 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, member
Dsta_info.c244 if (hapd->mesh_sta_free_cb) in ap_free_sta()
245 hapd->mesh_sta_free_cb(hapd, sta); in ap_free_sta()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c157 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_init()