Searched refs:libipw_device (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h276 struct libipw_device;
712 struct libipw_device { struct
841 return ((struct libipw_device *)netdev_priv(dev))->priv;
844 static inline int libipw_is_valid_mode(struct libipw_device *ieee,
946 void libipw_networks_age(struct libipw_device *ieee, unsigned long age_secs);
948 int libipw_set_encryption(struct libipw_device *ieee);
955 void libipw_rx_any(struct libipw_device *ieee, struct sk_buff *skb,
957 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb,
960 void libipw_rx_mgt(struct libipw_device *ieee, struct libipw_hdr_4addr *header,
964 const struct libipw_geo *libipw_get_geo(struct libipw_device *iee
[all...]
H A Dlibipw_geo.c31 int libipw_is_valid_channel(struct libipw_device *ieee, u8 channel)
60 int libipw_channel_to_index(struct libipw_device *ieee, u8 channel)
82 u32 libipw_channel_to_freq(struct libipw_device * ieee, u8 channel)
97 u8 libipw_freq_to_channel(struct libipw_device * ieee, u32 freq)
121 void libipw_set_geo(struct libipw_device *ieee,
134 const struct libipw_geo *libipw_get_geo(struct libipw_device *ieee)
139 u8 libipw_get_channel_flags(struct libipw_device * ieee, u8 channel)
158 const struct libipw_channel *libipw_get_channel(struct libipw_device
H A Dlibipw_module.c55 static int libipw_networks_allocate(struct libipw_device *ieee)
73 static inline void libipw_networks_free(struct libipw_device *ieee)
81 void libipw_networks_age(struct libipw_device *ieee,
96 static void libipw_networks_initialize(struct libipw_device *ieee)
109 struct libipw_device *ieee;
115 dev = alloc_etherdev(sizeof(struct libipw_device) + sizeof_priv);
192 struct libipw_device *ieee = netdev_priv(dev);
H A Dlibipw_rx.c35 static void libipw_monitor_rx(struct libipw_device *ieee,
53 libipw_device
85 static struct sk_buff *libipw_frag_cache_get(struct libipw_device *ieee,
136 static int libipw_frag_cache_invalidate(struct libipw_device *ieee,
166 libipw_rx_frame_mgmt(struct libipw_device *ieee, struct sk_buff *skb,
227 static int libipw_is_eapol_frame(struct libipw_device *ieee,
268 libipw_rx_frame_decrypt(struct libipw_device *ieee, struct sk_buff *skb,
299 libipw_rx_frame_decrypt_msdu(struct libipw_device *ieee,
328 int libipw_rx(struct libipw_device *ieee, struct sk_buff *skb,
832 void libipw_rx_any(struct libipw_device *iee
[all...]
H A Dlibipw_wx.c45 static char *libipw_translate_scan(struct libipw_device *ieee,
250 int libipw_wx_get_scan(struct libipw_device *ieee,
296 int libipw_wx_set_encode(struct libipw_device *ieee,
462 int libipw_wx_get_encode(struct libipw_device *ieee,
502 int libipw_wx_set_encodeext(struct libipw_device *ieee,
665 int libipw_wx_get_encodeext(struct libipw_device *ieee,
H A Dlibipw_tx.c138 static int libipw_encrypt_fragment(struct libipw_device *ieee,
243 struct libipw_device *ieee = netdev_priv(dev);
H A Dipw2200.h1130 struct libipw_device *ieee;
1161 struct libipw_device *ieee;
H A Dipw2100.h473 struct libipw_device *ieee;
H A Dipw2100.c5848 struct libipw_device *ieee = priv->ieee;
7515 struct libipw_device *ieee = priv->ieee;
7550 struct libipw_device *ieee = priv->ieee;
7572 struct libipw_device *ieee = priv->ieee;
7665 struct libipw_device *ieee = priv->ieee;
H A Dipw2200.c6420 struct libipw_device *ieee = priv->ieee;
6472 struct libipw_device *ieee = priv->ieee;
6507 struct libipw_device *ieee = priv->ieee;
6550 struct libipw_device *ieee = priv->ieee;
6650 struct libipw_device *ieee = priv->ieee;
/linux-master/include/net/
H A Diw_handler.h418 struct libipw_device;
424 struct libipw_device * libipw;

Completed in 302 milliseconds