Home
last modified time | relevance | path

Searched refs:mesh_config (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c527 elems.mesh_config[0], elems.mesh_config[1], in mesh_attr_text()
528 elems.mesh_config[2], elems.mesh_config[3], in mesh_attr_text()
529 elems.mesh_config[4], elems.mesh_config[5], in mesh_attr_text()
530 elems.mesh_config[6]); in mesh_attr_text()
Dmesh_mpm.c160 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
161 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
162 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
163 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
164 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
657 !(elems->mesh_config[6] & MESH_CAP_ACCEPT_ADDITIONAL_PEER)) { in mesh_mpm_add_peer()
1121 if (!elems.mesh_id || !elems.mesh_config) { in mesh_mpm_action_rx()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h43 const u8 *mesh_config; member
Dieee802_11_common.c388 elems->mesh_config = pos; in ieee802_11_parse_elems()