Searched refs:network (Results 1 - 25 of 160) sorted by relevance

1234567

/drivers/tty/ipwireless/
H A Dnetwork.c28 #include "network.h"
68 struct ipw_network *network = callback_data; local
71 spin_lock_irqsave(&network->lock, flags);
72 network->outgoing_packets_queued--;
73 if (network->ppp_channel != NULL) {
74 if (network->ppp_blocked) {
75 network->ppp_blocked = 0;
76 spin_unlock_irqrestore(&network->lock, flags);
77 ppp_output_wakeup(network->ppp_channel);
82 spin_unlock_irqrestore(&network
93 struct ipw_network *network = ppp_channel->private; local
158 struct ipw_network *network = ppp_channel->private; local
249 struct ipw_network *network = local
291 struct ipw_network *network = local
311 ipwireless_network_notify_control_line_change(struct ipw_network *network, unsigned int channel_idx, unsigned int control_lines, unsigned int changed_mask) argument
363 ipwireless_network_packet_received(struct ipw_network *network, unsigned int channel_idx, unsigned char *data, unsigned int length) argument
417 struct ipw_network *network = local
436 ipwireless_network_free(struct ipw_network *network) argument
450 ipwireless_associate_network_tty(struct ipw_network *network, unsigned int channel_idx, struct ipw_tty *tty) argument
463 ipwireless_disassociate_network_ttys(struct ipw_network *network, unsigned int channel_idx) argument
472 ipwireless_ppp_open(struct ipw_network *network) argument
479 ipwireless_ppp_close(struct ipw_network *network) argument
487 ipwireless_ppp_channel_index(struct ipw_network *network) argument
500 ipwireless_ppp_unit_number(struct ipw_network *network) argument
513 ipwireless_ppp_mru(const struct ipw_network *network) argument
[all...]
H A DMakefile7 ipwireless-y := hardware.o main.o network.o tty.o
H A Dtty.c33 #include "network.h"
52 struct ipw_network *network; member in struct:ipw_tty
106 ipwireless_ppp_open(tty->network);
125 ipwireless_ppp_close(tty->network);
411 tty->network);
423 tty->network);
449 struct ipw_network *network, int channel_idx,
459 ttys[j]->network = network;
465 ipwireless_associate_network_tty(network, channel_id
447 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) argument
480 ipwireless_tty_create(struct ipw_hardware *hardware, struct ipw_network *network) argument
527 struct ipw_network *network = ttys[tty->index]->network; local
[all...]
H A Dmain.h57 struct ipw_network *network; member in struct:ipw_dev
/drivers/staging/rtl8192e/
H A Drtllib_rx.c1661 struct rtllib_network *network)
1669 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1670 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1678 &(network->qos_data));
1679 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1680 network->qos_data.param_count =
1687 network->qos_data.supported = 1;
1731 struct rtllib_network *network,
1736 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
1737 network
1659 rtllib_parse_qos_info_param_IE(struct rtllib_info_element *info_element, struct rtllib_network *network) argument
1728 rtllib_extract_country_ie( struct rtllib_device *ieee, struct rtllib_info_element *info_element, struct rtllib_network *network, u8 *addr2) argument
1752 rtllib_parse_info_param(struct rtllib_device *ieee, struct rtllib_info_element *info_element, u16 length, struct rtllib_network *network, struct rtllib_rx_stats *stats) argument
2252 rtllib_network_init( struct rtllib_device *ieee, struct rtllib_probe_response *beacon, struct rtllib_network *network, struct rtllib_rx_stats *stats) argument
2529 struct rtllib_network *network = kzalloc(sizeof(struct rtllib_network), local
[all...]
H A Drtllib_wx.c53 struct rtllib_network *network,
68 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
76 if (network->ssid_len > 0) {
77 iwe.u.data.length = min(network->ssid_len, (u8)32);
79 network->ssid);
80 } else if (network->hidden_ssid_len == 0) {
85 iwe.u.data.length = min(network->hidden_ssid_len, (u8)32);
87 network->hidden_ssid);
92 if (network->mode&(1<<i)) {
104 if (network
51 rtl819x_translate_scan(struct rtllib_device *ieee, char *start, char *stop, struct rtllib_network *network, struct iw_request_info *info) argument
262 struct rtllib_network *network; local
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1516 struct ieee80211_network *network)
1525 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1526 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1533 qos_param = &(network->qos_data.parameters);
1536 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1537 network->qos_data.param_count =
1544 network->qos_data.supported = 1;
1591 struct ieee80211_network *network,
1599 memcpy(network->CountryIeBuf, info_element->data, info_element->len);
1600 network
1514 ieee80211_parse_qos_info_param_IE(struct ieee80211_info_element *info_element, struct ieee80211_network *network) argument
1588 ieee80211_extract_country_ie( struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, struct ieee80211_network *network, u8 *addr2 ) argument
1621 ieee80211_parse_info_param(struct ieee80211_device *ieee, struct ieee80211_info_element *info_element, u16 length, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2174 ieee80211_network_init( struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
2409 struct ieee80211_network network; local
[all...]
H A Dieee80211_wx.c56 struct ieee80211_network *network,
71 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
78 // if (network->flags & NETWORK_EMPTY_ESSID) {
79 if (network->ssid_len == 0) {
83 iwe.u.data.length = min(network->ssid_len, (u8)32);
84 start = iwe_stream_add_point(info, start, stop, &iwe, network->ssid);
89 if(network->mode&(1<<i)) {
99 if (network->capability &
101 if (network->capability & WLAN_CAPABILITY_BSS)
110 /* iwe.u.freq.m = ieee80211_frequency(network
54 rtl819x_translate_scan(struct ieee80211_device *ieee, char *start, char *stop, struct ieee80211_network *network, struct iw_request_info *info) argument
246 struct ieee80211_network *network; local
[all...]
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1047 struct libipw_network *network)
1056 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
1057 network->flags |= NETWORK_HAS_QOS_INFORMATION;
1064 qos_param = &(network->qos_data.parameters);
1067 network->flags |= NETWORK_HAS_QOS_PARAMETERS;
1068 network->qos_data.param_count =
1075 network->qos_data.supported = 1;
1121 struct libipw_network *network)
1145 network->ssid_len = min(info_element->len,
1147 memcpy(network
1045 libipw_parse_qos_info_param_IE(struct libipw_info_element *info_element, struct libipw_network *network) argument
1119 libipw_parse_info_param(struct libipw_info_element *info_element, u16 length, struct libipw_network *network) argument
1341 struct libipw_network *network = &network_resp; local
1395 libipw_network_init(struct libipw_device *ieee, struct libipw_probe_response *beacon, struct libipw_network *network, struct libipw_rx_stats *stats) argument
1551 struct libipw_network network = { local
[all...]
H A Dlibipw_wx.c61 struct libipw_network *network,
74 memcpy(iwe.u.ap_addr.sa_data, network->bssid, ETH_ALEN);
82 iwe.u.data.length = min(network->ssid_len, (u8) 32);
84 &iwe, network->ssid);
89 libipw_modes[network->mode]);
94 if (network->capability & (WLAN_CAPABILITY_ESS | WLAN_CAPABILITY_IBSS)) {
95 if (network->capability & WLAN_CAPABILITY_ESS)
107 iwe.u.freq.m = libipw_channel_to_freq(ieee, network->channel);
114 if (network->capability & WLAN_CAPABILITY_PRIVACY)
120 &iwe, network
59 libipw_translate_scan(struct libipw_device *ieee, char *start, char *stop, struct libipw_network *network, struct iw_request_info *info) argument
268 struct libipw_network *network; local
[all...]
/drivers/net/ethernet/arc/
H A DKconfig2 # ARC EMAC network device configuration
9 If you have a network (Ethernet) card belonging to this class, say Y
/drivers/net/ethernet/intel/
H A DKconfig2 # Intel network device configuration
9 If you have a network (Ethernet) card belonging to this class, say Y
32 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
36 For the latest Intel PRO/100 network driver for Linux, see:
38 <http://www.intel.com/p/en_US/support/highlights/network/pro100plus>
54 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
78 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
99 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
140 <http://support.intel.com/support/network/adapter/pro100/21397.htm>
162 <http://support.intel.com/support/network/adapte
[all...]
/drivers/net/ethernet/qualcomm/
H A DKconfig2 # Qualcomm network device configuration
9 If you have a network (Ethernet) card belonging to this class, say Y
/drivers/net/ethernet/via/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
26 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A),
51 If you have a VIA "Velocity" based network card say Y here.
/drivers/staging/rtl8712/
H A Drtl871x_mlme.c55 pmlmepriv->cur_network.network.InfrastructureMode =
161 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN))
278 (pnetwork->network.Privacy == 0))
281 (pnetwork->network.Privacy == 1))
342 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) {
377 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) {
378 update_network(&(pmlmepriv->cur_network.network),
381 (pmlmepriv->cur_network.network.IEs) +
383 pmlmepriv->cur_network.network.IELength);
409 if (is_same_network(&pnetwork->network, targe
[all...]
/drivers/staging/rtl8723au/include/
H A Drtw_event.h44 struct wlan_network network; member in struct:joinbss_event
/drivers/staging/rtl8723au/core/
H A Drtw_mlme.c58 pmlmepriv->cur_network.network.ifmode = NL80211_IFTYPE_UNSPECIFIED;
158 if (ether_addr_equal(addr, pnetwork->network.MacAddress))
246 pnetwork->network.Ssid.ssid,
247 MAC_ARG(pnetwork->network.MacAddress),
248 pnetwork->network.Ssid.ssid_len);
249 memcpy(&pmlmepriv->assoc_ssid, &pnetwork->network.Ssid,
300 pnetwork->network.Privacy == 0)
303 pnetwork->network.Privacy == 1)
380 is_same_network23a(&padapter->mlmepriv.cur_network.network, src)) {
426 is_same_network23a(&pmlmepriv->cur_network.network, pnetwor
[all...]
/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c52 pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown;
223 if (!memcmp(addr, pnetwork->network.MacAddress, ETH_ALEN))
322 (pnetwork->network.Privacy == 0))
325 (pnetwork->network.Privacy == 1))
397 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src)) {
431 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) {
432 update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true);
433 rtw_update_protection(adapter, (pmlmepriv->cur_network.network.IEs) + sizeof(struct ndis_802_11_fixed_ie),
434 pmlmepriv->cur_network.network.IELength);
457 if (is_same_network(&(pnetwork->network), targe
[all...]
/drivers/net/ethernet/3com/
H A DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
25 If you have a network (Ethernet) card belonging to the 3Com
41 network card, say Y and read the Ethernet-HOWTO, available from
73 10/100Mbps EISA, PCI and Cardbus 3Com network cards:
100 If you have a network (Ethernet) card of this type, say Y and read
/drivers/net/ethernet/8390/
H A DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
65 If you have an Acorn system with one of these network cards, you
88 If you have one of these boards and want to use the network interface
98 If you have a network (Ethernet) card of this type, say Y and read
116 support" below). If you have a PCI NE2000 network (Ethernet) card,
167 If you have a network (Ethernet) card of this type, say Y and read
186 If you have a network (Ethernet) card of this type, say Y and read
/drivers/net/ethernet/adaptec/
H A DKconfig2 # Adaptec network device configuration
10 If you have a network (Ethernet) card belonging to this class, say Y
27 Say Y here if you have an Adaptec Starfire (or DuraLAN) PCI network
/drivers/net/ethernet/adi/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y.
40 To get maximum network performance, you should use L1 memory as rx/tx
/drivers/net/ethernet/agere/
H A DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y
/drivers/net/ethernet/allwinner/
H A DKconfig11 If you have a network (Ethernet) card belonging to this
/drivers/net/ethernet/apple/
H A DKconfig10 If you have a network (Ethernet) card belonging to this class, say Y

Completed in 306 milliseconds

1234567