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.c523 elems.mesh_config[0], elems.mesh_config[1], in mesh_attr_text()
524 elems.mesh_config[2], elems.mesh_config[3], in mesh_attr_text()
525 elems.mesh_config[4], elems.mesh_config[5], in mesh_attr_text()
526 elems.mesh_config[6]); in mesh_attr_text()
Dmesh_mpm.c159 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
160 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
161 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
162 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
163 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
656 !(elems->mesh_config[6] & MESH_CAP_ACCEPT_ADDITIONAL_PEER)) { in mesh_mpm_add_peer()
1113 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.c382 elems->mesh_config = pos; in ieee802_11_parse_elems()