Home
last modified time | relevance | path

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

12345678910>>...29

/linux/drivers/tty/ipwireless/
H A 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 …]
H A Dtty.c53 struct ipw_network *network; member
105 ipwireless_ppp_open(tty->network); in ipw_open()
124 ipwireless_ppp_close(tty->network); in do_ipw_close()
399 tty->network); in ipw_ioctl()
411 tty->network); in ipw_ioctl()
437 struct ipw_network *network, int channel_idx, in add_tty() argument
447 ttys[j]->network = network; in add_tty()
453 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty()
456 ipwireless_associate_network_tty(network, in add_tty()
469 struct ipw_network *network) in ipwireless_tty_create() argument
[all …]
/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c1566 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument
1574 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE()
1575 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE()
1583 &(network->qos_data)); in rtllib_parse_qos_info_param_IE()
1584 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE()
1585 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE()
1592 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE()
1659 struct rtllib_network *network, in rtllib_parse_mife_generic() argument
1666 if (!rtllib_parse_qos_info_param_IE(ieee, info_element, network)) in rtllib_parse_mife_generic()
1673 network->wpa_ie_len = min(info_element->len + 2, in rtllib_parse_mife_generic()
[all …]
H A Drtllib_wx.c28 struct rtllib_network *network, in rtl819x_translate_scan() argument
43 ether_addr_copy(iwe.u.ap_addr.sa_data, network->bssid); in rtl819x_translate_scan()
50 if (network->ssid_len > 0) { in rtl819x_translate_scan()
51 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan()
52 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
53 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan()
57 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan()
58 start = iwe_stream_add_point(info, start, stop, &iwe, network->hidden_ssid); in rtl819x_translate_scan()
63 if (network->mode & BIT(i)) { in rtl819x_translate_scan()
73 if (network->capability & in rtl819x_translate_scan()
[all …]
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1019 struct libipw_network *network) in libipw_parse_qos_info_param_IE() argument
1028 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in libipw_parse_qos_info_param_IE()
1029 network->flags |= NETWORK_HAS_QOS_INFORMATION; in libipw_parse_qos_info_param_IE()
1036 qos_param = &(network->qos_data.parameters); in libipw_parse_qos_info_param_IE()
1039 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in libipw_parse_qos_info_param_IE()
1040 network->qos_data.param_count = in libipw_parse_qos_info_param_IE()
1047 network->qos_data.supported = 1; in libipw_parse_qos_info_param_IE()
1091 struct libipw_network *network) in libipw_parse_info_param() argument
1115 network->ssid_len = min(info_element->len, in libipw_parse_info_param()
1117 memcpy(network->ssid, info_element->data, in libipw_parse_info_param()
[all …]
H A Dlibipw_wx.c47 struct libipw_network *network, in libipw_translate_scan() argument
60 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in libipw_translate_scan()
68 iwe.u.data.length = min(network->ssid_len, (u8) 32); in libipw_translate_scan()
70 &iwe, network->ssid); in libipw_translate_scan()
75 libipw_modes[network->mode]); in libipw_translate_scan()
80 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) { in libipw_translate_scan()
81 if (network->capability & WLAN_CAPABILITY_ESS) in libipw_translate_scan()
93 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel); in libipw_translate_scan()
100 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
106 &iwe, network->ssid); in libipw_translate_scan()
[all …]
H A Dipw2200.c2954 struct libipw_network *network = NULL; in ipw_remove_current_network() local
2959 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network()
2960 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network()
2962 list_add_tail(&network->list, in ipw_remove_current_network()
5299 const struct libipw_network *network, in ipw_compatible_rates() argument
5305 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates()
5308 if (!ipw_is_rate_in_mask(priv, network->mode, in ipw_compatible_rates()
5309 network->rates[i])) { in ipw_compatible_rates()
5311 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) { in ipw_compatible_rates()
5314 network->rates[i]); in ipw_compatible_rates()
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig47 tristate "Realtek 8822BE PCI wireless network adapter"
55 802.11ac PCIe wireless network adapter
58 tristate "Realtek 8822BS SDIO wireless network adapter"
66 802.11ac SDIO wireless network adapter
69 tristate "Realtek 8822BU USB wireless network adapter"
77 802.11ac USB wireless network adapter
80 tristate "Realtek 8822CE PCI wireless network adapter"
88 802.11ac PCIe wireless network adapter
91 tristate "Realtek 8822CS SDIO wireless network adapter"
99 802.11ac SDIO wireless network adapter
[all …]
/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c43 pmlmepriv->cur_network.network.InfrastructureMode = in r8712_init_mlme_priv()
144 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in r8712_find_network()
223 (pnetwork->network.Privacy == cpu_to_le32(0))) in r8712_is_same_ibss()
226 (pnetwork->network.Privacy == cpu_to_le32(1))) in r8712_is_same_ibss()
288 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
320 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
321 update_network(&(pmlmepriv->cur_network.network), in update_current_network()
324 (pmlmepriv->cur_network.network.IEs) + in update_current_network()
326 pmlmepriv->cur_network.network.IELength); in update_current_network()
350 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
[all …]
H A Drtl871x_ioctl_linux.c62 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); in r8712_indicate_wx_assoc_event()
133 r8712_get_sec_ie(pnetwork->network.IEs, in translate_scan_wpa()
134 pnetwork->network.IELength, rsn_ie, &rsn_len, in translate_scan_wpa()
185 if (r8712_get_wps_ie(pnetwork->network.IEs, pnetwork->network.IELength, wps_ie, &wps_ielen)) { in translate_scan_wps()
208 if ((pnetwork->network.Configuration.DSConfig < 1) || in translate_scan()
209 (pnetwork->network.Configuration.DSConfig > 14)) { in translate_scan()
210 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan()
211 pnetwork->network.Configuration.DSConfig = 1; in translate_scan()
213 pnetwork->network.Configuration.DSConfig = 14; in translate_scan()
218 ether_addr_copy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress); in translate_scan()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev6 Specifies the network device name to monitor.
26 Signal the link state of the named network device.
31 of the named network device.
40 Signal transmission of data on the named network device.
55 Signal reception of data on the named network device.
83 Signal the link speed state of 10Mbps of the named network device.
88 speed of 10MBps of the named network device.
91 Present only if the named network device supports 10Mbps link speed.
98 Signal the link speed state of 100Mbps of the named network device.
103 speed of 100Mbps of the named network device.
[all …]
H A 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
59 Indicates the number of receive errors on this network device.
60 See the network driver for the exact meaning of this value.
[all …]
H A 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 values 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 …]
H A 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.
59 Indicates the mux id associated to the qmimux network interface
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c25 pmlmepriv->cur_network.network.infrastructure_mode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
207 if (!memcmp(addr, pnetwork->network.mac_address, ETH_ALEN)) in _rtw_free_network_nolock()
313 (pnetwork->network.privacy == 0)) in rtw_get_beacon_interval_from_ie()
316 (pnetwork->network.privacy == 1)) in rtw_get_beacon_interval_from_ie()
355 struct wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in rtw_is_same_ibss()
364 if (is_same_network(&network->network, &found->network, 0)) in rtw_is_same_ibss()
408 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in _rtw_find_same_network()
446 rtw_bug_check(&(pmlmepriv->cur_network.network), in update_network()
400 _rtw_find_same_network(struct __queue * scanned_queue,struct wlan_network * network) _rtw_find_same_network() argument
[all...]
/linux/drivers/net/wireless/realtek/rtw89/
H A DKconfig42 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
50 802.11ax PCIe wireless network (Wi-Fi 6) adapter
53 tristate "Realtek 8852AE PCI wireless network (Wi-Fi 6) adapter"
61 802.11ax PCIe wireless network (Wi-Fi 6) adapter
64 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
73 802.11ax PCIe wireless network (Wi-Fi 6) adapter
76 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter"
85 802.11ax PCIe wireless network (Wi-Fi 6) adapter
88 tristate "Realtek 8852CE PCI wireless network (Wi-Fi 6E) adapter"
96 802.11ax PCIe wireless network (Wi-Fi 6E) adapter
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/
H A DKconfig22 wireless network adapters.
33 wireless network adapters.
45 wireless network adapters.
58 wireless network adapters.
71 wireless network adapters.
82 wireless network adapters.
94 wireless network adapters.
106 wireless network adapters.
118 wireless network adapters.
130 wireless network adapters.
/linux/drivers/net/hippi/
H A DKconfig3 # HIPPI network device configuration
11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
14 connect to super computers. If you are connected to a HIPPI network
15 and have a HIPPI network card in your computer that you want to use
25 Say Y here if this is your PCI HIPPI network card.
/linux/Documentation/networking/
H A Dgtp.rst19 and the interconnection between an external packet data network (such
24 such a tunnel between that external data network and the phone. The
32 At some network element inside the cellular operator infrastructure
40 and forwards it onto an external packet data network. This can be
41 public internet, but can also be any private IP network (or even
42 theoretically some non-IP network like X.25).
56 packet network in downlink towards the phone.
205 The GTP-U driver creates a Linux network device for each Gi/SGi
223 2. each private network manages its own addressing. In general this
227 and each private network.
[all …]
H A Dbridge.rst12 standard, is a device that connects two or more network segments and operates
56 bridge context, STP is crucial for network stability and availability.
76 network topology.
90 is a designated switch in a bridged network that serves as a reference point
100 in the network. The Bridge ID is used to compare the priorities of
102 3. Bridge Election: When the network starts, all bridges initially assume
112 network. This information is used by other bridges to calculate the
126 it to actively forward network traffic.
131 Blocking state to prevent network loops.
133 STP ensures network convergence by calculating the shortest path and disabling
[all …]
/linux/net/x25/
H A DKconfig9 X.25 is a set of standardized network protocols, similar in scope to
10 frame relay; the one physical line from your box to the X.25 network
13 network. Governments, banks, and other organizations tend to use it
24 One connects to an X.25 network either with a dedicated network card
/linux/drivers/net/fddi/
H A DKconfig3 # FDDI network device configuration
10 Fiber Distributed Data Interface is a high speed local area network
12 run over copper or fiber. If you are connected to such a network and
24 and 700-C (DEFZA-CA, copper) TURBOchannel network cards which
25 can connect you to a local FDDI network.
36 to a local FDDI network.
/linux/arch/um/drivers/
H A DKconfig129 bool "Virtual network device"
133 provide one or more virtual network devices through which the UML
150 The Ethertap User-Mode Linux network transport allows a single
155 Ethernet network, it's in fact communicating over a point-to-point
176 The UML TUN/TAP network transport allows a UML instance to exchange
193 The slip User-Mode Linux network transport allows a running UML to
194 network with its host over a point-to-point link. Unlike Ethertap,
214 This User-Mode Linux network transport allows one or more running
240 bool "Vector I/O high performance network devices"
244 This User-Mode Linux network driver uses multi-message send
[all …]
/linux/drivers/net/ethernet/marvell/
H A DKconfig11 If you have a network (Ethernet) card belonging to this class, say Y.
40 This driver supports the MDIO interface found in the network
47 tristate "Marvell Armada 38x/XP network interface BM support"
51 This driver supports auxiliary block of the network
56 driver and is common for all network ports of the devices,
61 tristate "Marvell Armada 370/38x/XP/37xx network interface support"
68 This driver supports the network interface units in the
88 tristate "Marvell Armada 375/7K/8K network interface support"
94 This driver supports the network interface units in the
122 It does not support the link failover and network management
/linux/drivers/net/ethernet/sun/
H A 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
85 Support for virtual network devices under Sun Logical Domains.
94 This driver adds a network interface for every vsw-port node
97 guest domain network interconnectivity or guest domain
98 connection to a physical network on a service domain.

12345678910>>...29