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

/external/toybox/kconfig/
H A DMakefile11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
55 kconfig/mconf: $(SHIPPED)
56 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
65 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->ies) {
51 ifmsh->mconf->ies = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh->mconf = NULL;
125 struct mesh_conf *mconf; local
176 mconf = mesh_config_create(ssid);
177 if (!mconf)
179 ifmsh->mconf = mconf;
[all...]
H A Dmesh_mpm.c152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
157 return (mconf->meshid_len == elems->mesh_id_len &&
158 os_memcmp(mconf->meshid, elems->mesh_id,
160 mconf->mesh_pp_id == elems->mesh_config[0] &&
161 mconf->mesh_pm_id == elems->mesh_config[1] &&
162 mconf->mesh_cc_id == elems->mesh_config[2] &&
163 mconf->mesh_sp_id == elems->mesh_config[3] &&
164 mconf->mesh_auth_id == elems->mesh_config[4]);
213 struct mesh_conf *conf = ifmsh->mconf;
870 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h303 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c925 if (hapd->iface->mconf == NULL)
1111 if (iface->mconf == NULL)
1429 if (iface->mconf != NULL) {
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h303 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c925 if (hapd->iface->mconf == NULL)
1111 if (iface->mconf == NULL)
1429 if (iface->mconf != NULL) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h303 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c925 if (hapd->iface->mconf == NULL)
1111 if (iface->mconf == NULL)
1429 if (iface->mconf != NULL) {

Completed in 989 milliseconds