Searched refs:mconf (Results 1 - 9 of 9) sorted by relevance

/external/toybox/kconfig/
H A DMakefile11 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/
H A Dmesh.c48 if (ifmsh->mconf) {
50 if (ifmsh->mconf->rsn_ie) {
51 ifmsh->mconf->rsn_ie = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh->mconf = NULL;
125 struct mesh_conf *mconf; local
178 mconf = mesh_config_create(ssid);
179 if (!mconf)
181 ifmsh->mconf = mconf;
[all...]
H A Dmesh_mpm.c154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
159 return (mconf->meshid_len == elems->mesh_id_len &&
160 os_memcmp(mconf->meshid, elems->mesh_id,
162 mconf->mesh_pp_id == elems->mesh_config[0] &&
163 mconf->mesh_pm_id == elems->mesh_config[1] &&
164 mconf->mesh_cc_id == elems->mesh_config[2] &&
165 mconf->mesh_sp_id == elems->mesh_config[3] &&
166 mconf->mesh_auth_id == elems->mesh_config[4]);
215 struct mesh_conf *conf = ifmsh->mconf;
1007 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h319 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c959 if (hapd->iface->mconf == NULL)
1145 if (iface->mconf == NULL)
1582 if (iface->mconf != NULL) {
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h319 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c959 if (hapd->iface->mconf == NULL)
1145 if (iface->mconf == NULL)
1582 if (iface->mconf != NULL) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h319 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c959 if (hapd->iface->mconf == NULL)
1145 if (iface->mconf == NULL)
1582 if (iface->mconf != NULL) {

Completed in 193 milliseconds