Home
last modified time | relevance | path

Searched refs:network (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/Linux-v4.19/drivers/tty/ipwireless/
Dnetwork.c69 struct ipw_network *network = callback_data; in notify_packet_sent() local
72 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent()
73 network->outgoing_packets_queued--; in notify_packet_sent()
74 if (network->ppp_channel != NULL) { in notify_packet_sent()
75 if (network->ppp_blocked) { in notify_packet_sent()
76 network->ppp_blocked = 0; in notify_packet_sent()
77 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
78 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent()
83 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
85 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent()
[all …]
Dtty.c53 struct ipw_network *network; member
107 ipwireless_ppp_open(tty->network); in ipw_open()
126 ipwireless_ppp_close(tty->network); in do_ipw_close()
403 tty->network); in ipw_ioctl()
415 tty->network); in ipw_ioctl()
441 struct ipw_network *network, int channel_idx, in add_tty() argument
451 ttys[j]->network = network; in add_tty()
457 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
460 ipwireless_associate_network_tty(network, in add_tty()
473 struct ipw_network *network) in ipwireless_tty_create() argument
[all …]
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1497 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument
1506 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE()
1507 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE()
1514 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE()
1517 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE()
1518 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE()
1525 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE()
1572 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument
1580 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie()
1581 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie()
[all …]
Dieee80211_wx.c56 struct ieee80211_network *network, in rtl819x_translate_scan() argument
71 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan()
79 if (network->ssid_len == 0) { in rtl819x_translate_scan()
83 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan()
84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
89 if(network->mode&(1<<i)) { in rtl819x_translate_scan()
99 if (network->capability & in rtl819x_translate_scan()
101 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan()
112 iwe.u.freq.m = network->channel; in rtl819x_translate_scan()
118 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dlibipw_rx.c1047 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument
1056 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE()
1057 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE()
1064 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE()
1067 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE()
1068 network->qos_data.param_count = in libipw_parse_qos_info_param_IE()
1075 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE()
1119 struct libipw_network *network) in libipw_parse_info_param() argument
1143 network->ssid_len = min(info_element->len, in libipw_parse_info_param()
1145 memcpy(network->ssid, info_element->data, in libipw_parse_info_param()
[all …]
Dlibipw_wx.c61 struct libipw_network *network, in libipw_translate_scan() argument
74 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan()
82 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan()
84 &iwe, network->ssid); in libipw_translate_scan()
89 libipw_modes[network->mode]); in libipw_translate_scan()
94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
95 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
107 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan()
114 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
120 &iwe, network->ssid); in libipw_translate_scan()
[all …]
Dipw2200.c3000 struct libipw_network *network = NULL; in ipw_remove_current_network() local
3005 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network()
3006 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network()
3008 list_add_tail(&network->list, in ipw_remove_current_network()
5357 const struct libipw_network *network, in ipw_compatible_rates() argument
5363 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates()
5366 if (!ipw_is_rate_in_mask(priv, network->mode, in ipw_compatible_rates()
5367 network->rates[i])) { in ipw_compatible_rates()
5369 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) { in ipw_compatible_rates()
5372 network->rates[i]); in ipw_compatible_rates()
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_rx.c1706 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument
1714 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE()
1715 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE()
1723 &(network->qos_data)); in rtllib_parse_qos_info_param_IE()
1724 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE()
1725 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE()
1732 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE()
1800 struct rtllib_network *network, in rtllib_extract_country_ie() argument
1805 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie()
1807 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie()
[all …]
Drtllib_wx.c49 struct rtllib_network *network, in rtl819x_translate_scan() argument
64 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan()
72 if (network->ssid_len > 0) { in rtl819x_translate_scan()
73 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan()
75 network->ssid); in rtl819x_translate_scan()
76 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan()
81 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan()
83 network->hidden_ssid); in rtl819x_translate_scan()
88 if (network->mode&(1<<i)) { in rtl819x_translate_scan()
100 if (network->capability & in rtl819x_translate_scan()
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_mlme.c55 pmlmepriv->cur_network.network.InfrastructureMode = in _init_mlme_priv()
159 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _r8712_find_network()
260 (pnetwork->network.Privacy == cpu_to_le32(0))) in r8712_is_same_ibss()
263 (pnetwork->network.Privacy == cpu_to_le32(1))) in r8712_is_same_ibss()
325 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
357 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
358 update_network(&(pmlmepriv->cur_network.network), in update_current_network()
361 (pmlmepriv->cur_network.network.IEs) + in update_current_network()
363 pmlmepriv->cur_network.network.IELength); in update_current_network()
387 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme.c29 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in _rtw_init_mlme_priv()
262 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _rtw_find_network()
419 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss()
422 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss()
465 …t wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument
476 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
541 …ter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in update_network()
587 rtw_bug_check(&(pmlmepriv->cur_network.network), in update_current_network()
588 &(pmlmepriv->cur_network.network), in update_current_network()
589 &(pmlmepriv->cur_network.network), in update_current_network()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme.c39 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
194 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in rtw_find_network()
290 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss()
293 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss()
357 …dapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
390 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network()
391 update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true); in update_current_network()
392 …rtw_update_protection(adapter, (pmlmepriv->cur_network.network.ies) + sizeof(struct ndis_802_11_fi… in update_current_network()
393 pmlmepriv->cur_network.network.ie_length); in update_current_network()
416 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network()
[all …]
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-statistics6 Indicates the number of collisions seen by this network device.
15 network device.
22 Indicates the number of bytes received by this network device.
23 See the network driver for the exact meaning of when this
32 network device. This value might only be relevant for interfaces
41 by this network device. Note that the specific meaning might
49 Indicates the number of packets received by the network device
51 packet processing. See the network driver for the exact
60 network device. See the network driver for the exact
70 on the MAC layer protocol used. See the network driver for
[all …]
Dsysfs-class-net-queues8 network device queue. Possible values depend on the number
17 processed by this particular network device receive queue.
25 network interface transmit queue.
42 network device transmit queue. Possible vaules depend on the
52 network device transmit queue. Possible values depend on the
53 number of available receive queue(s) in the network device.
62 of this particular network device transmit queue.
71 network device transmit queue.
79 on this network device transmit queue. This value is clamped
88 queued on this network device transmit queue. See
[all …]
Dsysfs-class-led-trigger-netdev6 Specifies the network device name to monitor.
21 Signal the link state of the named network device.
24 of the named network device.
32 Signal transmission of data on the named network device.
42 Signal reception of data on the named network device.
Dsysfs-class-net-qmi8 Set this to 'Y' to change the network device link
33 based network device, supported by recent Qualcomm based
36 The network device will be called qmimux.
38 Userspace is in charge of managing the qmux network device
50 created qmap mux based network device.
/Linux-v4.19/arch/um/drivers/
DKconfig132 bool "Virtual network device"
136 provide one or more virtual network devices through which the UML
153 The Ethertap User-Mode Linux network transport allows a single
158 Ethernet network, it's in fact communicating over a point-to-point
170 If you'd like to set up an IP network with the host and/or the
180 The UML TUN/TAP network transport allows a UML instance to exchange
192 The slip User-Mode Linux network transport allows a running UML to
193 network with its host over a point-to-point link. Unlike Ethertap,
206 choose the Multicast transport (to network multiple UMLs on
207 multiple hosts), Ethertap (to network with the host and the
[all …]
/Linux-v4.19/Documentation/isdn/
DREADME.concap4 The "concap" interface is intended to be used by network device
6 It is assumed that the protocol interacts with a linux network device by
12 also be useful to other kinds of network devices. Thus, if you want
29 user space utility (isdnctrl). The isdn network interface code then
33 In contrast, LAN network interfaces always used a single encapsulation
36 traditional linux network device drivers used to process the
44 makes isdn network interfaces more flexible, but also much more
45 complex than traditional lan network interfaces.
54 than encapsulation protocols for lan devices. Thus, network interface
59 isdn network interfaces I could have introduced yet another branch to
[all …]
/Linux-v4.19/Documentation/networking/dsa/
Ddsa.txt21 they configured/queried a switch port network device or a regular network
38 For each front-panel port, DSA will create specialized network devices which are
40 stack. These specialized network interfaces are referred to as "slave" network
56 Note that DSA does not currently create network interfaces for the "cpu" and
64 cannot really be used as proper network interfaces either, only the
85 Master network devices
88 Master network devices are regular, unmodified Linux network device drivers for
93 drivers. Such network devices are also often referred to as conduit network
107 Master network device (e.g.: e1000e):
134 -> locate per-port network device
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
DKconfig21 wireless network adapters.
32 wireless network adapters.
43 wireless network adapters.
56 wireless network adapters.
69 wireless network adapters.
80 wireless network adapters.
92 wireless network adapters.
104 wireless network adapters.
116 wireless network adapters.
/Linux-v4.19/drivers/net/hippi/
DKconfig2 # HIPPI network device configuration
10 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
13 connect to super computers. If you are connected to a HIPPI network
14 and have a HIPPI network card in your computer that you want to use
24 Say Y here if this is your PCI HIPPI network card.
/Linux-v4.19/net/x25/
DKconfig8 X.25 is a set of standardized network protocols, similar in scope to
9 frame relay; the one physical line from your box to the X.25 network
12 network. Governments, banks, and other organizations tend to use it
25 One connects to an X.25 network either with a dedicated network card
/Linux-v4.19/drivers/net/ethernet/sun/
DKconfig3 # Sun network device configuration
11 If you have a network (Ethernet) card belonging to this class, say Y.
15 the questions about Sun network interfaces. If you say Y, you will be
84 Support for virtual network devices under Sun Logical Domains.
93 This driver adds a network interface for every vsw-port node
96 guest domain network interconnectivity or guest domain
97 connection to a physical network on a service domain.
/Linux-v4.19/drivers/net/ethernet/marvell/
DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y.
38 This driver supports the MDIO interface found in the network
45 tristate "Marvell Armada 38x/XP network interface BM support"
49 This driver supports auxiliary block of the network
54 driver and is common for all network ports of the devices,
59 tristate "Marvell Armada 370/38x/XP/37xx network interface support"
64 This driver supports the network interface units in the
84 tristate "Marvell Armada 375/7K/8K network interface support"
89 This driver supports the network interface units in the
112 It does not support the link failover and network management
/Linux-v4.19/Documentation/media/uapi/dvb/
Dnet.rst10 of a transport stream to be mapped into a virtual network interface,
11 visible through the standard Linux network protocol stack.
19 In order to create the Linux virtual network interfaces, an application
23 virtual ``dvb?_?`` network interfaces, and will be controlled/routed via

12345678910>>...28