HomeSort by relevance Sort by last modified time
    Searched defs:mconf (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 48 if (ifmsh->mconf) {
50 if (ifmsh->mconf->rsn_ie) {
51 ifmsh->mconf->rsn_ie = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh->mconf = NULL;
155 struct mesh_conf *mconf; local
215 mconf = mesh_config_create(wpa_s, ssid);
216 if (!mconf)
218 ifmsh->mconf = mconf;
    [all...]
mesh_mpm.c 151 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
156 return (mconf->meshid_len == elems->mesh_id_len &&
157 os_memcmp(mconf->meshid, elems->mesh_id,
159 mconf->mesh_pp_id == elems->mesh_config[0] &&
160 mconf->mesh_pm_id == elems->mesh_config[1] &&
161 mconf->mesh_cc_id == elems->mesh_config[2] &&
162 mconf->mesh_sp_id == elems->mesh_config[3] &&
163 mconf->mesh_auth_id == elems->mesh_config[4]);
213 struct mesh_conf *conf = ifmsh->mconf;
1056 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 342 struct mesh_conf *mconf; member in struct:hostapd_iface

Completed in 621 milliseconds