Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c115 if (hapd->max_plinks > hapd->num_plinks) in plink_free_count()
116 return hapd->max_plinks - hapd->num_plinks; in plink_free_count()
1318 hapd->max_plinks); in mesh_mpm_action_rx()
1335 hapd->max_plinks); in mesh_mpm_action_rx()
Dmesh.c458 ifmsh->bss[0]->max_plinks = wpa_s->conf->max_peer_links; in wpa_supplicant_mesh_init()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h315 int max_plinks; member