Home
last modified time | relevance | path

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

12345

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/babeld/
H A Dbabeld_1.13.1.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. \
/openbmc/linux/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()
/openbmc/openbmc/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.
/openbmc/openbmc/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…
/openbmc/linux/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
/openbmc/linux/net/ieee802154/
H A DKconfig6 complexity short range wireless personal area networks. It was
7 designed to organise networks of sensors, switches, etc automation
/openbmc/linux/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
/openbmc/linux/net/batman-adv/
H A DKconfig15 a routing protocol for multi-hop ad-hoc mesh networks. The
16 networks may be wired or wireless. See
32 compatible to B.A.T.M.A.N. IV networks.
53 mesh networks. If you think that your network does not need
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dnsswitch.conf12 networks: files
H A D0001-add-nss-resolve-to-nsswitch.patch26 networks: files
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A DKconfig8 This is a common software verbs provider for RDMA networks.
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_event.h92 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-networkx_3.1.bb1 DESCRIPTION = "Python package for creating and manipulating graphs and networks"
H A Dpython3-ipy_1.01.bb1 SUMMARY = "IPy - class and tools for handling of IPv4 and IPv6 addresses and networks"
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_event.h97 struct wlan_bssid_ex networks[NETWORK_QUEUE_SZ]; member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/
H A Dsrt_1.4.4.bb3 that optimizes streaming performance across unpredictable networks, such as the Internet."
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/
H A Dppp-dialin_0.1.bb3 … to point protocol (PPP), so that other computers can dial up to it and access connected networks."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/
H A Diperf3_3.16.bb4 on IP networks. It supports tuning of various parameters related to timing, \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager_1.46.0.bb2 configuration for systems to automatically connect to networks."
5 configuration for systems to automatically connect to networks. \
7 networks. For wireless networks, NetworkManager prefers known wireless \
8 networks and has the ability to switch to the most reliable network. \
/openbmc/openbmc/meta-security/recipes-security/aircrack-ng/
H A Daircrack-ng_1.6.bb1 SUMMARY = "Aircrack-ng is a set of tools for auditing wireless networks"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/
H A Dhtpdate_1.3.7.bb4 ntpdate or similar, in networks that has a firewall blocking the NTP port.\
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A Dnull_check_for_ipv4_config.patch1 In networks that don't have a DHCP server configured, ipv4 address
/openbmc/qemu/docs/system/devices/
H A Dnet.rst93 Connecting emulated networks between QEMU instances
97 option, it is possible to create emulated networks that span several

12345