Home
last modified time | relevance | path

Searched refs:mconf (Results 1 – 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh.c50 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
52 if (ifmsh->mconf->rsn_ie) { in wpa_supplicant_mesh_iface_deinit()
53 ifmsh->mconf->rsn_ie = NULL; in wpa_supplicant_mesh_iface_deinit()
61 os_free(ifmsh->mconf); in wpa_supplicant_mesh_iface_deinit()
62 ifmsh->mconf = NULL; in wpa_supplicant_mesh_iface_deinit()
188 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf); in wpas_mesh_init_rsn()
206 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE && in wpas_mesh_complete()
221 params->ies = ifmsh->mconf->rsn_ie; in wpas_mesh_complete()
222 params->ie_len = ifmsh->mconf->rsn_ie_len; in wpas_mesh_complete()
250 struct mesh_conf *mconf; in wpa_supplicant_mesh_init() local
[all …]
Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
161 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
162 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
163 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
164 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
165 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
471 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
[all …]
Dwpa_supplicant.c3498 struct mesh_conf *mconf; in wpa_supplicant_deauthenticate() local
3500 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
3503 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
3504 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
158 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
159 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
161 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
162 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
163 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
164 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
165 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
215 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
474 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
[all …]
Dmesh.c59 if (ifmsh->mconf) { in wpa_supplicant_mesh_iface_deinit()
61 if (ifmsh->mconf->rsn_ie) { in wpa_supplicant_mesh_iface_deinit()
62 ifmsh->mconf->rsn_ie = NULL; in wpa_supplicant_mesh_iface_deinit()
70 os_free(ifmsh->mconf); in wpa_supplicant_mesh_iface_deinit()
71 ifmsh->mconf = NULL; in wpa_supplicant_mesh_iface_deinit()
204 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf); in wpas_mesh_init_rsn()
267 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE && in wpas_mesh_complete()
281 params->ies = ifmsh->mconf->rsn_ie; in wpas_mesh_complete()
282 params->ie_len = ifmsh->mconf->rsn_ie_len; in wpas_mesh_complete()
322 ifmsh->mconf = mesh_config_create(wpa_s, wpa_s->current_ssid); in wpa_supplicant_mesh_enable_iface_cb()
[all …]
Dwpa_supplicant.c4178 struct mesh_conf *mconf; in wpa_supplicant_deauthenticate() local
4180 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
4183 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
4184 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/third_party/toybox/kconfig/
DMakefile11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
67 kconfig/mconf: $(SHIPPED)
68 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
/third_party/toybox/porting/liteos_a/kconfig/
DMakefile13 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
72 kconfig/mconf: $(SHIPPED)
73 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
/third_party/jerryscript/targets/nuttx-stm32f4/
DMakefile.travis36 …cd ../tools/kconfig-frontends && autoreconf --force --install && ./configure --disable-mconf --dis…
/third_party/NuttX/
DREADME.md953 `kconfig-mconf` that is used by the NuttX top-level Makefile. The following
963 …/cwiki.apache.org/confluence/display/NUTTX/Converting+Legacy+Configurations+to+Use+kconfig-mconf>).
980 2. The `kconfig-mconf` tool. `kconfig-mconf` is part of the
991 The `make install` step will, by default, install the `kconfig-mconf`
992 tool at `/usr/local/bin/mconf`. Where ever you choose to
993 install `kconfig-mconf`, make certain that your PATH variable includes
1019 Another ncurses-based tool that is an option to kconfig-mconf is
1038 Some keyboard shortcuts supported by kconfig-mconf, the tool that runs
1067 If you type `Z`, then `kconfig-mconf` will change what is displayed.
1278 …://cwiki.apache.org/confluence/display/NUTTX/Converting+Legacy+Configurations+to+Use+kconfig-mconf>
[all …]
DReleaseNotes3143 Numerous changes to configuration logic as needed for the new mconf-based
3401 frontends mconf configuration tool: stm32f4discovery/nxlines, and
5855 …s://cwiki.apache.org/confluence/display/NUTTX/Converting+Legacy+Configurations+to+Use+kconfig-mconf
5975 …s://cwiki.apache.org/confluence/display/NUTTX/Converting+Legacy+Configurations+to+Use+kconfig-mconf
12239 target, the context dependency was executed before kconfig-mconf. That
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h435 struct mesh_conf *mconf; member
Dhostapd.c1157 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1372 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
1918 if (iface->mconf != NULL) { in hostapd_setup_interface_complete_sync()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h466 struct mesh_conf *mconf; member
Dhostapd.c1186 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1417 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
2054 if (iface->mconf != NULL) { in hostapd_setup_interface_complete_sync()
2191 if (delay_apply_cfg && !iface->mconf) { in hostapd_setup_interface_complete_sync()
Ddfs.c1115 if (iface->mconf) in hostapd_dfs_start_channel_switch()