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.h284 void (*mesh_sta_free_cb)(struct hostapd_data *hapd, member
Dsta_info.c254 if (hapd->mesh_sta_free_cb) in ap_free_sta()
255 hapd->mesh_sta_free_cb(hapd, sta); in ap_free_sta()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c190 bss->mesh_sta_free_cb = mesh_mpm_free_sta; in wpa_supplicant_mesh_init()