Home
last modified time | relevance | path

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

12345678910>>...30

/Linux-v6.1/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
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-v6.1/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c1407 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument
1416 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE()
1417 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE()
1424 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE()
1427 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE()
1428 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE()
1435 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE()
1482 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument
1488 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie()
1489 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie()
[all …]
Dieee80211_wx.c41 struct ieee80211_network *network, in rtl819x_translate_scan() argument
56 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN); in rtl819x_translate_scan()
64 if (network->ssid_len == 0) { in rtl819x_translate_scan()
68 iwe.u.data.length = min(network->ssid_len, (u8)32); in rtl819x_translate_scan()
69 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid); in rtl819x_translate_scan()
74 if (network->mode & BIT(i)) { in rtl819x_translate_scan()
84 if (network->capability & in rtl819x_translate_scan()
86 if (network->capability & WLAN_CAPABILITY_BSS) in rtl819x_translate_scan()
97 iwe.u.freq.m = network->channel; in rtl819x_translate_scan()
103 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
[all …]
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
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 …]
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 …]
Dipw2200.c2983 struct libipw_network *network = NULL; in ipw_remove_current_network() local
2988 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network()
2989 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network()
2991 list_add_tail(&network->list, in ipw_remove_current_network()
5342 const struct libipw_network *network, in ipw_compatible_rates() argument
5348 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates()
5351 if (!ipw_is_rate_in_mask(priv, network->mode, in ipw_compatible_rates()
5352 network->rates[i])) { in ipw_compatible_rates()
5354 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) { in ipw_compatible_rates()
5357 network->rates[i]); in ipw_compatible_rates()
[all …]
/Linux-v6.1/drivers/staging/rtl8192e/
Drtllib_rx.c1672 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument
1680 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE()
1681 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE()
1689 &(network->qos_data)); in rtllib_parse_qos_info_param_IE()
1690 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE()
1691 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE()
1698 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE()
1766 struct rtllib_network *network, in rtllib_extract_country_ie() argument
1771 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie()
1773 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie()
[all …]
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()
51 if (network->ssid_len > 0) { in rtl819x_translate_scan()
52 iwe.u.data.length = min_t(u8, network->ssid_len, 32); in rtl819x_translate_scan()
54 network->ssid); in rtl819x_translate_scan()
55 } else if (network->hidden_ssid_len == 0) { in rtl819x_translate_scan()
60 iwe.u.data.length = min_t(u8, network->hidden_ssid_len, 32); in rtl819x_translate_scan()
62 network->hidden_ssid); in rtl819x_translate_scan()
67 if (network->mode & BIT(i)) { in rtl819x_translate_scan()
78 if (network->capability & in rtl819x_translate_scan()
[all …]
/Linux-v6.1/drivers/staging/rtl8712/
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 …]
/Linux-v6.1/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
59 Indicates the number of receive errors on this network device.
60 See the network driver for the exact meaning of this value.
[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.
26 of the named network device.
35 Signal transmission of data on the named network device.
47 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.
59 Indicates the mux id associated to the qmimux network interface
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme.c26 pmlmepriv->cur_network.network.infrastructure_mode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
250 if (!memcmp(addr, pnetwork->network.mac_address, ETH_ALEN)) in _rtw_find_network()
368 (pnetwork->network.privacy == 0)) in rtw_is_same_ibss()
371 (pnetwork->network.privacy == 1)) in rtw_is_same_ibss()
411 …t wlan_network *_rtw_find_same_network(struct __queue *scanned_queue, struct wlan_network *network) in _rtw_find_same_network() argument
420 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
464 …ter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in update_network()
502 rtw_bug_check(&(pmlmepriv->cur_network.network), in update_current_network()
503 &(pmlmepriv->cur_network.network), in update_current_network()
504 &(pmlmepriv->cur_network.network), in update_current_network()
[all …]
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme.c112 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _rtw_find_network()
235 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv()
344 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss()
347 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss()
419 …padapter->mlmepriv, _FW_LINKED) && is_same_network(&padapter->mlmepriv.cur_network.network, src)) { in update_network()
456 is_same_network(&pmlmepriv->cur_network.network, pnetwork)) { in update_current_network()
457 update_network(&pmlmepriv->cur_network.network, pnetwork, adapter, true); in update_current_network()
458 …rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fi… in update_current_network()
459 pmlmepriv->cur_network.network.IELength); in update_current_network()
490 if (is_same_network(&pnetwork->network, target)) in rtw_update_scanned_network()
[all …]
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
DKconfig32 tristate "Realtek 8822BE PCI wireless network adapter"
40 802.11ac PCIe wireless network adapter
43 tristate "Realtek 8822CE PCI wireless network adapter"
51 802.11ac PCIe wireless network adapter
54 tristate "Realtek 8723DE PCI wireless network adapter"
62 802.11n PCIe wireless network adapter
65 tristate "Realtek 8821CE PCI wireless network adapter"
73 802.11ac PCIe wireless network adapter
/Linux-v6.1/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c58 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, ETH_ALEN); in rtw_indicate_wx_assoc_event()
102 if (!memcmp(pnetwork->network.Ssid.Ssid, pwdinfo->p2p_wildcard_ssid, P2P_WILDCARD_SSID_LEN)) { in translate_scan()
105 if (pnetwork->network.Reserved[0] == 2) {/* Probe Request */ in translate_scan()
107 if (rtw_get_p2p_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &p2pielen)) in translate_scan()
111 … if (rtw_get_p2p_ie(&pnetwork->network.IEs[12], pnetwork->network.IELength - 12, NULL, &p2pielen)) in translate_scan()
124 memcpy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); in translate_scan()
130 iwe.u.data.length = min_t(u16, pnetwork->network.Ssid.SsidLength, 32); in translate_scan()
131 start = iwe_stream_add_point(info, start, stop, &iwe, pnetwork->network.Ssid.Ssid); in translate_scan()
134 …p = rtw_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, &ht_ielen, pnetwork->network.IELeng… in translate_scan()
150 if ((rtw_is_cckratesonly_included((u8 *)&pnetwork->network.SupportedRates))) { in translate_scan()
[all …]
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/
DKconfig22 wireless network adapters.
33 wireless network adapters.
44 wireless network adapters.
57 wireless network adapters.
70 wireless network adapters.
81 wireless network adapters.
93 wireless network adapters.
105 wireless network adapters.
117 wireless network adapters.
/Linux-v6.1/drivers/net/hippi/
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-v6.1/net/x25/
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
26 One connects to an X.25 network either with a dedicated network card
/Linux-v6.1/drivers/net/fddi/
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-v6.1/Documentation/networking/device_drivers/wwan/
Diosm.rst30 - configure network connection settings
31 - connect to network
32 - configure IP network interface
67 wwan0-X network device
70 traffic. Iproute network utility is used for creating "wwan0-X" network
81 The driver will automatically map the "wwan0-1" network device to MBIM IP
/Linux-v6.1/Documentation/networking/
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 …]
/Linux-v6.1/Documentation/userspace-api/media/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>>...30