Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dmesh_mpm.c116 if (hapd->max_plinks > hapd->num_plinks) in plink_free_count()
117 return hapd->max_plinks - hapd->num_plinks; in plink_free_count()
1358 hapd->max_plinks); in mesh_mpm_action_rx()
1375 hapd->max_plinks); in mesh_mpm_action_rx()
Dmesh.c492 ifmsh->bss[0]->max_plinks = wpa_s->conf->max_peer_links; in wpa_supplicant_mesh_init()
/hostap-latest/src/ap/
Dhostapd.h356 int max_plinks; member