/drivers/tty/ipwireless/ |
D | network.c | 68 struct ipw_network *network = callback_data; in notify_packet_sent() local 71 spin_lock_irqsave(&network->lock, flags); in notify_packet_sent() 72 network->outgoing_packets_queued--; in notify_packet_sent() 73 if (network->ppp_channel != NULL) { in notify_packet_sent() 74 if (network->ppp_blocked) { in notify_packet_sent() 75 network->ppp_blocked = 0; in notify_packet_sent() 76 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 77 ppp_output_wakeup(network->ppp_channel); in notify_packet_sent() 82 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() 84 spin_unlock_irqrestore(&network->lock, flags); in notify_packet_sent() [all …]
|
D | tty.c | 52 struct ipw_network *network; member 106 ipwireless_ppp_open(tty->network); in ipw_open() 125 ipwireless_ppp_close(tty->network); in do_ipw_close() 402 tty->network); in ipw_ioctl() 414 tty->network); in ipw_ioctl() 440 struct ipw_network *network, int channel_idx, in add_tty() argument 450 ttys[j]->network = network; in add_tty() 456 ipwireless_associate_network_tty(network, channel_idx, ttys[j]); in add_tty() 459 ipwireless_associate_network_tty(network, in add_tty() 472 struct ipw_network *network) in ipwireless_tty_create() argument [all …]
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 1505 struct ieee80211_network *network) in ieee80211_parse_qos_info_param_IE() argument 1514 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in ieee80211_parse_qos_info_param_IE() 1515 network->flags |= NETWORK_HAS_QOS_INFORMATION; in ieee80211_parse_qos_info_param_IE() 1522 qos_param = &(network->qos_data.parameters); in ieee80211_parse_qos_info_param_IE() 1525 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in ieee80211_parse_qos_info_param_IE() 1526 network->qos_data.param_count = in ieee80211_parse_qos_info_param_IE() 1533 network->qos_data.supported = 1; in ieee80211_parse_qos_info_param_IE() 1580 struct ieee80211_network *network, in ieee80211_extract_country_ie() argument 1588 memcpy(network->CountryIeBuf, info_element->data, info_element->len); in ieee80211_extract_country_ie() 1589 network->CountryIeLen = info_element->len; in ieee80211_extract_country_ie() [all …]
|
D | ieee80211_wx.c | 56 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 …]
|
/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1047 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 …]
|
D | libipw_wx.c | 61 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 …]
|
D | ipw2200.c | 3009 struct libipw_network *network = NULL; in ipw_remove_current_network() local 3014 network = list_entry(element, struct libipw_network, list); in ipw_remove_current_network() 3015 if (ether_addr_equal(network->bssid, priv->bssid)) { in ipw_remove_current_network() 3017 list_add_tail(&network->list, in ipw_remove_current_network() 5368 const struct libipw_network *network, in ipw_compatible_rates() argument 5374 num_rates = min(network->rates_len, (u8) IPW_MAX_RATES); in ipw_compatible_rates() 5377 if (!ipw_is_rate_in_mask(priv, network->mode, in ipw_compatible_rates() 5378 network->rates[i])) { in ipw_compatible_rates() 5380 if (network->rates[i] & LIBIPW_BASIC_RATE_MASK) { in ipw_compatible_rates() 5383 network->rates[i]); in ipw_compatible_rates() [all …]
|
/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 1714 struct rtllib_network *network) in rtllib_parse_qos_info_param_IE() argument 1722 network->qos_data.param_count = qos_info_element.ac_info & 0x0F; in rtllib_parse_qos_info_param_IE() 1723 network->flags |= NETWORK_HAS_QOS_INFORMATION; in rtllib_parse_qos_info_param_IE() 1731 &(network->qos_data)); in rtllib_parse_qos_info_param_IE() 1732 network->flags |= NETWORK_HAS_QOS_PARAMETERS; in rtllib_parse_qos_info_param_IE() 1733 network->qos_data.param_count = in rtllib_parse_qos_info_param_IE() 1740 network->qos_data.supported = 1; in rtllib_parse_qos_info_param_IE() 1808 struct rtllib_network *network, in rtllib_extract_country_ie() argument 1813 memcpy(network->CountryIeBuf, info_element->data, in rtllib_extract_country_ie() 1815 network->CountryIeLen = info_element->len; in rtllib_extract_country_ie() [all …]
|
D | rtllib_wx.c | 49 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 …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 55 pmlmepriv->cur_network.network.InfrastructureMode = in _init_mlme_priv() 160 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in _r8712_find_network() 262 (pnetwork->network.Privacy == 0)) in r8712_is_same_ibss() 265 (pnetwork->network.Privacy == 1)) in r8712_is_same_ibss() 326 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 362 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network() 363 update_network(&(pmlmepriv->cur_network.network), in update_current_network() 366 (pmlmepriv->cur_network.network.IEs) + in update_current_network() 368 pmlmepriv->cur_network.network.IELength); in update_current_network() 394 if (is_same_network(&pnetwork->network, target)) in update_scanned_network() [all …]
|
D | rtl871x_ioctl_linux.c | 81 memcpy(wrqu.ap_addr.sa_data, pmlmepriv->cur_network.network.MacAddress, in r8712_indicate_wx_assoc_event() 153 if ((pnetwork->network.Configuration.DSConfig < 1) || in translate_scan() 154 (pnetwork->network.Configuration.DSConfig > 14)) { in translate_scan() 155 if (pnetwork->network.Configuration.DSConfig < 1) in translate_scan() 156 pnetwork->network.Configuration.DSConfig = 1; in translate_scan() 158 pnetwork->network.Configuration.DSConfig = 14; in translate_scan() 163 ether_addr_copy(iwe.u.ap_addr.sa_data, pnetwork->network.MacAddress); in translate_scan() 168 iwe.u.data.length = min_t(u32, pnetwork->network.Ssid.SsidLength, 32); in translate_scan() 170 pnetwork->network.Ssid.Ssid); in translate_scan() 172 p = r8712_get_ie(&pnetwork->network.IEs[12], _HT_CAPABILITY_IE_, in translate_scan() [all …]
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 48 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown; in rtw_init_mlme_priv() 203 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN)) in rtw_find_network() 301 (pnetwork->network.Privacy == 0)) in rtw_is_same_ibss() 304 (pnetwork->network.Privacy == 1)) in rtw_is_same_ibss() 369 …dapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 403 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network() 404 update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true); in update_current_network() 405 …rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fi… in update_current_network() 406 pmlmepriv->cur_network.network.IELength); in update_current_network() 429 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network() [all …]
|
D | rtw_ieee80211.c | 1005 pbuf = rtw_get_wpa_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength - 12); in rtw_get_cipher_info() 1018 pbuf = rtw_get_wpa2_ie(&pnetwork->network.IEs[12], &wpa_ielen, pnetwork->network.IELength - 12); in rtw_get_cipher_info() 1048 memcpy(&le_tmp, rtw_get_capability_from_ie(pnetwork->network.IEs), 2); in rtw_get_bcn_info() 1052 pnetwork->network.Privacy = 1; in rtw_get_bcn_info() 1056 rtw_get_sec_ie(pnetwork->network.IEs, pnetwork->network.IELength, NULL, &rsn_len, NULL, &wpa_len); in rtw_get_bcn_info() 1057 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.S… in rtw_get_bcn_info() 1059 …RT_TRACE(_module_rtl871x_mlme_c_, _drv_info_, ("rtw_get_bcn_info: ssid =%s\n", pnetwork->network.S… in rtw_get_bcn_info() 1078 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_CAPABILITY_IE_, &len, pnetwork->netw… in rtw_get_bcn_info() 1088 …p = rtw_get_ie(pnetwork->network.IEs + _FIXED_IE_LENGTH_, _HT_ADD_INFO_IE_, &len, pnetwork->networ… in rtw_get_bcn_info()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | Kconfig | 21 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.
|
/drivers/net/hippi/ |
D | Kconfig | 2 # 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.
|
/drivers/net/ethernet/marvell/ |
D | Kconfig | 10 If you have a network (Ethernet) card belonging to this class, say Y. 37 This driver supports the MDIO interface found in the network 44 tristate "Marvell Armada 38x/XP network interface BM support" 47 This driver supports auxiliary block of the network 52 driver and is common for all network ports of the devices, 57 tristate "Marvell Armada 370/38x/XP network interface support" 62 This driver supports the network interface units in the 79 tristate "Marvell Armada 375 network interface support" 83 This driver supports the network interface units in the 106 It does not support the link failover and network management
|
/drivers/net/ethernet/sun/ |
D | Kconfig | 2 # Sun network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 14 the questions about Sun network interfaces. If you say Y, you will be 81 Support for virtual network devices under Sun Logical Domains. 88 This driver adds a network interface for every vsw-port node 91 guest domain network interconnectivity or guest domain 92 connection to a physical network on a service domain.
|
/drivers/net/ |
D | Kconfig | 13 You'll have to say Y if your computer contains a network card that 140 on the MAC-VLAN network interface, called macvtap. A macvtap device 176 to tunnel virtual network infrastructure in virtualized environments. 190 to tunnel virtual network infrastructure in virtualized environments. 205 network infrastructure. This driver requires a userspace software that 225 If you want to log kernel messages over the network, enable this. 309 tristate "Virtio network driver" 312 This is the virtual network driver for virtio. It can be used with 399 tristate "Xen network device frontend driver" 404 This driver provides support for Xen paravirtual network [all …]
|
/drivers/net/ethernet/tile/ |
D | Kconfig | 2 # Tilera network device configuration 6 tristate "Tilera GBE/XGBE network driver support" 14 This is a standard Linux network device driver for the
|
/drivers/net/appletalk/ |
D | Kconfig | 9 on a network. If your Linux box is connected to such a network and you 16 network using serial links. EtherTalk and LocalTalk are fully 36 on a network. If your Linux box is connected to such a network, and wish 38 connect to the AppleTalk network, say Y. 85 box is stuck on an AppleTalk only network) or decapsulate (e.g. if 107 is stuck on an AppleTalk network (which hopefully contains a
|
/drivers/staging/fsl-mc/ |
D | README.txt | 23 DPAA2 is a hardware architecture designed for high-speeed network 34 network ports to create functional objects/devices such as network 67 | -network interface -DPNI | 85 in creating a network interfaces. 145 Ethernet network interface functionality. This approach provides 150 network interface configuration on a system with 2 CPUs. 187 network interface configuration, and RX buffer pool configuration 241 A network interface requires a 'buffer pool' (DPBP 245 the network interface. 338 -DPMCPs to send MC commands, to configure network interfaces [all …]
|
/drivers/net/ethernet/nvidia/ |
D | Kconfig | 2 # NVIDIA network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 23 If you have a network (Ethernet) controller of this type, say Y here.
|
/drivers/net/ethernet/hp/ |
D | Kconfig | 2 # HP network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 23 If you have a network (Ethernet) card of this type, say Y here.
|
/drivers/net/ethernet/cirrus/ |
D | Kconfig | 2 # Cirrus network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 24 network (Ethernet) card of this type, say Y and read the file 54 Nubus or LC-PDS network (Ethernet) card of this type, say Y here.
|
/drivers/net/ethernet/adaptec/ |
D | Kconfig | 2 # Adaptec network device configuration 10 If you have a network (Ethernet) card belonging to this class, say Y. 25 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
|