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

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh.c50 if (ifmsh->mconf) {
52 if (ifmsh->mconf->rsn_ie) {
53 ifmsh->mconf->rsn_ie = NULL;
61 os_free(ifmsh->mconf);
62 ifmsh->mconf = NULL;
188 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, ifmsh->mconf);
206 if (ifmsh->mconf->security != MESH_CONF_SEC_NONE &&
221 params->ies = ifmsh->mconf->rsn_ie;
222 params->ie_len = ifmsh->mconf->rsn_ie_len;
250 struct mesh_conf *mconf; local
[all...]
H A Dmesh_mpm.c153 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
158 return (mconf->meshid_len == elems->mesh_id_len &&
159 os_memcmp(mconf->meshid, elems->mesh_id,
161 mconf->mesh_pp_id == elems->mesh_config[0] &&
162 mconf->mesh_pm_id == elems->mesh_config[1] &&
163 mconf->mesh_cc_id == elems->mesh_config[2] &&
164 mconf->mesh_sp_id == elems->mesh_config[3] &&
165 mconf->mesh_auth_id == elems->mesh_config[4]);
215 struct mesh_conf *conf = ifmsh->mconf;
1120 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
[all...]
H A Dwpa_supplicant.c3471 struct mesh_conf *mconf; local
3473 mconf = wpa_s->ifmsh->mconf;
3476 wpas_notify_mesh_group_removed(wpa_s, mconf->meshid,
3477 mconf->meshid_len, reason_code);
/netbsd-current/games/hack/
H A Ddef.monst.h85 Bitfield(mconf,1);
H A Dhack.dog.c212 if (moves > edog->hungrytime + 500 && !mtmp->mconf) {
213 mtmp->mconf = 1;
347 if (mtmp->mconf)
416 mtmp->mconf = 0;
H A Dhack.fight.c91 if (mdef->mconf || mdef->mfroz || mdef->msleep) {
337 mon->mconf = 1;
357 !mtmp->mconf && mtmp->mcansee && !rn2(7) &&
H A Dhack.mon.c269 if (mtmp->mconf && !rn2(50))
270 mtmp->mconf = 0;
294 mtmp->mconf ||
397 if (mtmp->mconf || Invis || !mtmp->mcansee ||
590 if (mon->mconf) {
H A Dhack.potion.c340 mon->mconf = 1;
H A Dhack.shk.c1031 if (shkp->mconf) {
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dhostapd.h435 struct mesh_conf *mconf; member in struct:hostapd_iface
H A Dhostapd.c1157 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL)
1372 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL)
1918 if (iface->mconf != NULL) {

Completed in 210 milliseconds