Home
last modified time | relevance | path

Searched refs:networks (Results 1 – 25 of 147) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_module.c42 if (ieee->networks) in rtllib_networks_allocate()
45 ieee->networks = kcalloc(MAX_NETWORK_COUNT, in rtllib_networks_allocate()
47 if (!ieee->networks) in rtllib_networks_allocate()
55 if (!ieee->networks) in rtllib_networks_free()
57 kfree(ieee->networks); in rtllib_networks_free()
58 ieee->networks = NULL; in rtllib_networks_free()
68 list_add_tail(&ieee->networks[i].list, in rtllib_networks_initialize()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c48 if (ieee->networks) in ieee80211_networks_allocate()
51 ieee->networks = kcalloc(MAX_NETWORK_COUNT, in ieee80211_networks_allocate()
54 if (!ieee->networks) { in ieee80211_networks_allocate()
64 if (!ieee->networks) in ieee80211_networks_free()
66 kfree(ieee->networks); in ieee80211_networks_free()
67 ieee->networks = NULL; in ieee80211_networks_free()
77 list_add_tail(&ieee->networks[i].list, &ieee->network_free_list); in ieee80211_networks_initialize()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c60 ieee->networks[i] = kzalloc(sizeof(struct libipw_network), in libipw_networks_allocate()
62 if (!ieee->networks[i]) { in libipw_networks_allocate()
65 kfree(ieee->networks[j]); in libipw_networks_allocate()
78 kfree(ieee->networks[i]); in libipw_networks_free()
103 list_add_tail(&ieee->networks[i]->list, in libipw_networks_initialize()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/babeld/
H A Dbabeld_1.10.bb5 and Cisco's EIGRP, but is designed to work well not only in wired networks \
6 but also in wireless mesh networks, and has been extended with support \
7 for overlay networks. Babel is in the process of becoming an IETF Standard. \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/distcc/files/
H A Ddefault12 # Which networks/hosts should be allowed to connect to the daemon?
13 # You can list multiple hosts/networks separated by spaces.
/OK3568_Linux_fs/buildroot/package/parprouted/
H A DConfig.in8 and bridging networks with different MAC protocols. Also,
10 Ethernet networks behind wireless nodes without using WDS or
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libfann/
H A Dlibfann_git.bb2 …ments multilayer artificial neural networks in C with support for both fully connected and sparsel…
/OK3568_Linux_fs/kernel/net/hsr/
H A DKconfig25 separate networks over the two slave interfaces. Like HSR, Ethernet
26 frames sent over the PRP device will be sent to both networks giving
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dipddp.rst15 networks can use to communicate via IP. AppleTalk-IP is simply IP datagrams
65 decapsulation is being used most for connecting LocalTalk networks to
66 IP networks. Although it has been used on EtherTalk networks to allow
/OK3568_Linux_fs/buildroot/package/olsr/
H A DConfig.in11 networks, sometimes called wireless mesh networks. It is a
/OK3568_Linux_fs/kernel/net/ieee802154/
H A DKconfig6 complexity short range wireless personal area networks. It was
7 designed to organise networks of sensors, switches, etc automation
/OK3568_Linux_fs/kernel/net/batman-adv/
H A DKconfig16 a routing protocol for multi-hop ad-hoc mesh networks. The
17 networks may be wired or wireless. See
33 compatible to B.A.T.M.A.N. IV networks.
54 mesh networks. If you think that your network does not need
/OK3568_Linux_fs/buildroot/package/glibc/
H A Dnsswitch.conf8 networks: files dns
/OK3568_Linux_fs/buildroot/package/python-ipy/
H A DConfig.in5 IPv6 addresses and networks.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/
H A Dnsswitch.conf12 networks: files
/OK3568_Linux_fs/buildroot/package/getent/
H A Dgetent22 networks|netgroup)
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A DKconfig8 This is a common software verbs provider for RDMA networks.
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_event.h78 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/OK3568_Linux_fs/buildroot/package/python-networkx/
H A DConfig.in8 functions of complex networks.
/OK3568_Linux_fs/buildroot/package/pixiewps/
H A DConfig.in5 Pixie WPS is a C based tool to audit networks against the so
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-networkx_2.7.1.bb1 DESCRIPTION = "Python package for creating and manipulating graphs and networks"
/OK3568_Linux_fs/buildroot/package/vtun/
H A DConfig.in9 Tool for easily creating Virtual Tunnels over TCP/IP networks
/OK3568_Linux_fs/buildroot/package/igmpproxy/
H A DConfig.in9 between networks.
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_event.h103 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/OK3568_Linux_fs/buildroot/package/bridge-utils/
H A DConfig.in4 Manage ethernet bridging; a way to connect networks together

123456