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

  /external/toybox/kconfig/
Makefile 11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
59 kconfig/mconf: $(SHIPPED)
60 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
69 rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
  /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
hostapd.c 972 if (hapd->iface->mconf == NULL)
1160 if (iface->mconf == NULL)
    [all...]

Completed in 251 milliseconds