Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
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()
268 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE && in wpas_mesh_complete()
282 params->ies = ifmsh->mconf->rsn_ie; in wpas_mesh_complete()
283 params->ie_len = ifmsh->mconf->rsn_ie_len; in wpas_mesh_complete()
323 ifmsh->mconf = mesh_config_create(wpa_s, wpa_s->current_ssid); in wpa_supplicant_mesh_enable_iface_cb()
[all …]
Dmesh_mpm.c154 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; in matches_local() local
159 return (mconf->meshid_len == elems->mesh_id_len && in matches_local()
160 os_memcmp(mconf->meshid, elems->mesh_id, in matches_local()
162 mconf->mesh_pp_id == elems->mesh_config[0] && in matches_local()
163 mconf->mesh_pm_id == elems->mesh_config[1] && in matches_local()
164 mconf->mesh_cc_id == elems->mesh_config[2] && in matches_local()
165 mconf->mesh_sp_id == elems->mesh_config[3] && in matches_local()
166 mconf->mesh_auth_id == elems->mesh_config[4]); in matches_local()
216 struct mesh_conf *conf = ifmsh->mconf; in mesh_mpm_send_plink_action()
497 struct mesh_conf *conf = wpa_s->ifmsh->mconf; in plink_timer()
[all …]
Dwpa_supplicant.c4743 struct mesh_conf *mconf; in wpa_supplicant_deauthenticate() local
4745 mconf = wpa_s->ifmsh->mconf; in wpa_supplicant_deauthenticate()
4748 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid, in wpa_supplicant_deauthenticate()
4749 mconf->meshid_len, reason_code); in wpa_supplicant_deauthenticate()
/netbsd/src/games/hack/
Dhack.dog.c212 if (moves > edog->hungrytime + 500 && !mtmp->mconf) { in dog_move()
213 mtmp->mconf = 1; in dog_move()
347 if (mtmp->mconf) in dog_move()
416 mtmp->mconf = 0; in dog_move()
Dhack.fight.c91 if (mdef->mconf || mdef->mfroz || mdef->msleep) { in hitmm()
337 mon->mconf = 1; in hmon()
357 !mtmp->mconf && mtmp->mcansee && !rn2(7) && in attack()
Dhack.mon.c269 if (mtmp->mconf && !rn2(50)) in dochug()
270 mtmp->mconf = 0; in dochug()
294 mtmp->mconf || in dochug()
397 if (mtmp->mconf || Invis || !mtmp->mcansee || in m_move()
590 if (mon->mconf) { in mfndpos()
Ddef.monst.h85 Bitfield(mconf,1);
Dhack.potion.c340 mon->mconf = 1; in potionhit()
Dhack.shk.c1031 if (shkp->mconf) { in shk_move()
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dhostapd.h548 struct mesh_conf *mconf; member
Dhostapd.c1504 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL) in hostapd_setup_bss()
1735 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL) in hostapd_tx_queue_params()
2526 if (iface->mconf != NULL) { in hostapd_setup_interface_complete_sync()
2682 if (delay_apply_cfg && !iface->mconf) { in hostapd_setup_interface_complete_sync()
Ddfs.c996 if (iface->mconf) in hostapd_dfs_request_channel_switch()