Home
last modified time | relevance | path

Searched refs:mesh (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/src/share/man/man4/man4.macppc/
DMakefile4 mesh.4 obio.4 pbms.4 platinumfb.4 snapper.4
/netbsd/src/sys/arch/macppc/conf/
Dfiles.macppc156 device mesh: scsi
157 attach mesh at obio
158 file arch/macppc/dev/mesh.c mesh
DINSTALL_601108 # the 7200 has no mesh but other PMacs with 601 cards may
109 mesh* at obio? flags 0xffff # MESH SCSI
DPOWERMAC93 mesh* at obio? flags 0xffff # MESH SCSI
DGENERIC_601244 # the 7200 has no mesh but other PMacs with 601 cards may
245 mesh* at obio? flags 0xffff # MESH SCSI
DINSTALL153 mesh* at obio? flags 0xffff # MESH SCSI
DGENERIC323 mesh* at obio? flags 0xffff # MESH SCSI
/netbsd/src/usr.bin/deroff/
Dderoff.c234 static int mesh(pacmac);
1352 mesh(pacmac c12) in mesh() function
1695 M(NONE, 's','h', mesh),
1696 M(NONE, 'u','h', mesh),
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dbss.c835 const u8 *ssid, *p2p, *mesh; in wpa_bss_update_scan_res() local
886 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID); in wpa_bss_update_scan_res()
887 if (mesh && mesh[1] <= SSID_MAX_LEN) in wpa_bss_update_scan_res()
888 ssid = mesh; in wpa_bss_update_scan_res()
Dmesh.c336 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_enable_iface_cb()
475 bss->conf->mesh = MESH_ENABLED; in wpa_supplicant_mesh_init()
DChangeLog230 MESH_PMKSA_GET/MESH_PMKSA_SET for the mesh case)
231 * fixed mesh channel configuration pri/sec switch case
244 * fixed nl80211 AP and mesh mode configuration regression with
290 * mesh mode fixes/improvements
297 - improve mesh joining behavior
310 (RSN) mesh network
355 * added 80+80 MHz and 160 MHz VHT support for IBSS/mesh
356 * fixed SIGNAL_POLL in IBSS and mesh cases
504 * add support for control mesh BSS (IEEE 802.11s) operations
Dctrl_iface.c3103 const u8 *ie, *ie2, *osen_ie, *p2p, *mesh, *owe, *rsnxe; in wpa_supplicant_ctrl_iface_scan_result() local
3105 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID); in wpa_supplicant_ctrl_iface_scan_result()
3127 pos = wpa_supplicant_ie_txt(pos, end, mesh ? "RSN" : "WPA2", in wpa_supplicant_ctrl_iface_scan_result()
3162 if (mesh) { in wpa_supplicant_ctrl_iface_scan_result()
5335 const u8 *ie, *ie2, *osen_ie, *mesh, *owe, *rsnxe; in print_bss_info() local
5444 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID); in print_bss_info()
5453 mesh ? "RSN" : "WPA2", ie2, in print_bss_info()
5490 if (mesh) { in print_bss_info()
/netbsd/src/external/mit/xorg/lib/libGLU/
DMakefile25 mesh.c \
/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_import.c1238 struct gmesh mesh; in zpool_find_import_impl() local
1243 errno = geom_gettree(&mesh); in zpool_find_import_impl()
1251 LIST_FOREACH(mp, &mesh.lg_class, lg_class) { in zpool_find_import_impl()
1265 geom_deletetree(&mesh); in zpool_find_import_impl()
/netbsd/src/share/examples/rump/virtual_ip_router/
DREADME.txt74 nodes talk to an internal mesh of shmif's. Semi-drawn, it looks
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dieee802_11.c575 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_get_password()
897 if (!(hapd->conf->mesh & MESH_ENABLED)) in sae_set_retransmit_timer()
1031 if ((hapd->conf->mesh & MESH_ENABLED) || in sae_sm_step()
1074 } else if (hapd->conf->mesh & MESH_ENABLED) { in sae_sm_step()
1135 (hapd->conf->mesh & MESH_ENABLED)) { in sae_sm_step()
1379 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1429 if ((hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1448 if (!(hapd->conf->mesh & MESH_ENABLED) && in handle_auth_sae()
1539 if (hapd->conf->mesh & MESH_ENABLED) in handle_auth_sae()
1555 !(hapd->conf->mesh & MESH_ENABLED)) { in handle_auth_sae()
[all …]
Dap_config.h724 int mesh; member
Dwpa_auth_glue.c1142 !(hapd->conf->mesh & MESH_ENABLED) && !(sta->added_unassoc)) { in hostapd_wpa_auth_add_sta_ft()
/netbsd/src/external/apache2/mDNSResponder/dist/
DREADME.md21 … Router can be used to provide _stub router_ service for Thread (802.15.4 mesh) networks using Ope…
/netbsd/src/external/bsd/file/dist/magic/magdir/
Danimation344 >>>>10 byte&0xF0 48 \b, mesh
348 >>>9 byte&0xF8 24 \b, mesh
413 >>>5 byte&0xF0 48 \b, mesh (missing profile header)
417 >>4 byte&0xF8 24 \b, mesh (missing profile header)
/netbsd/src/external/gpl3/gdb/dist/cpu/
Depiphany.cpu635 ;; mesh configuration registers in group MR0=1, MR1=1
990 (dnop sdmesh "mesh register" () h-coremesh-registers f-sd6)
991 (dnop snmesh "mesh register" () h-coremesh-registers f-sn6)
1878 (op-mmr-movts mesh snmesh #x3)
1921 (op-mmr-movfs mesh snmesh #x3)
/netbsd/src/external/gpl3/binutils/dist/cpu/
Depiphany.cpu635 ;; mesh configuration registers in group MR0=1, MR1=1
990 (dnop sdmesh "mesh register" () h-coremesh-registers f-sd6)
991 (dnop snmesh "mesh register" () h-coremesh-registers f-sn6)
1878 (op-mmr-movts mesh snmesh #x3)
1921 (op-mmr-movfs mesh snmesh #x3)
/netbsd/src/sys/arch/macppc/dev/
Dmesh.c181 CFATTACH_DECL_NEW(mesh, sizeof(struct mesh_softc),
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
Ddbus_new_handlers.c5277 const u8 *mesh; in wpas_dbus_getter_bss_mode() local
5296 mesh = wpa_bss_get_ie(res, WLAN_EID_MESH_ID); in wpas_dbus_getter_bss_mode()
5297 if (mesh) in wpas_dbus_getter_bss_mode()
/netbsd/src/sys/dev/
DDEVNAMES854 mesh macppc

12