Searched refs:ieee (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_geo.c46 int ieee80211_is_valid_channel(struct ieee80211_device *ieee, u8 channel) argument
52 if (ieee->geo.bg_channels == 0 && ieee->geo.a_channels == 0)
55 if (ieee->freq_band & IEEE80211_24GHZ_BAND)
56 for (i = 0; i < ieee->geo.bg_channels; i++)
60 if ((ieee->geo.bg[i].channel == channel) &&
61 !(ieee->geo.bg[i].flags & IEEE80211_CH_INVALID) &&
62 (!(ieee->mode & IEEE_G) ||
63 !(ieee->geo.bg[i].flags & IEEE80211_CH_B_ONLY)))
66 if (ieee
75 ieee80211_channel_to_index(struct ieee80211_device *ieee, u8 channel) argument
97 ieee80211_channel_to_freq(struct ieee80211_device * ieee, u8 channel) argument
112 ieee80211_freq_to_channel(struct ieee80211_device * ieee, u32 freq) argument
136 ieee80211_set_geo(struct ieee80211_device *ieee, const struct ieee80211_geo *geo) argument
150 ieee80211_get_geo(struct ieee80211_device *ieee) argument
155 ieee80211_get_channel_flags(struct ieee80211_device * ieee, u8 channel) argument
174 ieee80211_get_channel(struct ieee80211_device *ieee, u8 channel) argument
[all...]
H A Dieee80211_module.c64 static int ieee80211_networks_allocate(struct ieee80211_device *ieee) argument
66 if (ieee->networks)
69 ieee->networks =
72 if (!ieee->networks) {
74 ieee->dev->name);
92 static inline void ieee80211_networks_free(struct ieee80211_device *ieee) argument
96 if (!ieee->networks)
100 if (ieee->networks[i].ibss_dfs)
101 kfree(ieee->networks[i].ibss_dfs);
103 kfree(ieee
107 ieee80211_networks_initialize(struct ieee80211_device *ieee) argument
129 struct ieee80211_device *ieee = netdev_priv(dev); local
135 struct ieee80211_device *ieee; local
204 struct ieee80211_device *ieee = netdev_priv(dev); local
[all...]
H A Dieee80211_crypt.c33 void ieee80211_crypt_deinit_entries(struct ieee80211_device *ieee, int force) argument
38 spin_lock_irqsave(&ieee->lock, flags);
39 list_for_each_entry_safe(entry, next, &ieee->crypt_deinit_list, list) {
51 spin_unlock_irqrestore(&ieee->lock, flags);
55 void ieee80211_crypt_quiescing(struct ieee80211_device *ieee) argument
59 spin_lock_irqsave(&ieee->lock, flags);
60 ieee->crypt_quiesced = 1;
61 spin_unlock_irqrestore(&ieee->lock, flags);
66 struct ieee80211_device *ieee = (struct ieee80211_device *)data; local
69 ieee80211_crypt_deinit_entries(ieee,
81 ieee80211_crypt_delayed_deinit(struct ieee80211_device *ieee, struct ieee80211_crypt_data **crypt) argument
[all...]
H A Dieee80211_tx.c92 N parts of size ieee->fts. The first fragment contains the SNAP header and the
97 So if you have 1500 bytes of payload with ieee->fts set to 500 without
152 static int ieee80211_encrypt_fragment(struct ieee80211_device *ieee, argument
155 struct ieee80211_crypt_data *crypt = ieee->crypt[ieee->tx_keyidx];
171 ieee->dev->name, frag->len);
172 ieee->ieee_stats.tx_discards++;
256 struct ieee80211_device *ieee = netdev_priv(dev); local
262 struct net_device_stats *stats = &ieee->stats;
276 if (ieee
546 ieee80211_tx_frame(struct ieee80211_device *ieee, struct ieee80211_hdr *frame, int hdr_len, int total_len, int encrypt_mpdu) argument
[all...]
H A Dieee80211_wx.c45 static char *ieee80211_translate_scan(struct ieee80211_device *ieee, argument
99 iwe.u.freq.m = ieee80211_channel_to_freq(ieee, network->channel);
153 if (ieee->perfect_rssi == ieee->worst_rssi)
158 (ieee->perfect_rssi - ieee->worst_rssi) *
159 (ieee->perfect_rssi - ieee->worst_rssi) -
160 (ieee->perfect_rssi - network->stats.rssi) *
161 (15 * (ieee
252 ieee80211_wx_get_scan(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
299 ieee80211_wx_set_encode(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
476 ieee80211_wx_get_encode(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *keybuf) argument
518 ieee80211_wx_set_encodeext(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
693 ieee80211_wx_get_encodeext(struct ieee80211_device *ieee, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
754 struct ieee80211_device *ieee = netdev_priv(dev); local
799 struct ieee80211_device *ieee = netdev_priv(dev); local
[all...]
H A Dieee80211_rx.c37 static void ieee80211_monitor_rx(struct ieee80211_device *ieee, argument
44 skb->dev = ieee->dev;
56 *ieee,
66 entry = &ieee->frag_cache[i];
87 static struct sk_buff *ieee80211_frag_cache_get(struct ieee80211_device *ieee, argument
101 skb = dev_alloc_skb(ieee->dev->mtu +
109 entry = &ieee->frag_cache[ieee->frag_next_idx];
110 ieee->frag_next_idx++;
111 if (ieee
54 ieee80211_frag_cache_find(struct ieee80211_device *ieee, unsigned int seq, unsigned int frag, u8 * src, u8 * dst) argument
138 ieee80211_frag_cache_invalidate(struct ieee80211_device *ieee, struct ieee80211_hdr_4addr *hdr) argument
168 ieee80211_rx_frame_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb, struct ieee80211_rx_stats *rx_stats, u16 type, u16 stype) argument
228 ieee80211_is_eapol_frame(struct ieee80211_device *ieee, struct sk_buff *skb) argument
269 ieee80211_rx_frame_decrypt(struct ieee80211_device *ieee, struct sk_buff *skb, struct ieee80211_crypt_data *crypt) argument
300 ieee80211_rx_frame_decrypt_msdu(struct ieee80211_device *ieee, struct sk_buff *skb, int keyidx, struct ieee80211_crypt_data *crypt) argument
329 ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb, struct ieee80211_rx_stats *rx_stats) argument
834 ieee80211_rx_any(struct ieee80211_device *ieee, struct sk_buff *skb, struct ieee80211_rx_stats *stats) argument
1339 ieee80211_handle_assoc_resp(struct ieee80211_device *ieee, struct ieee80211_assoc_response *frame, struct ieee80211_rx_stats *stats) argument
1402 ieee80211_network_init(struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_network *network, struct ieee80211_rx_stats *stats) argument
1556 ieee80211_process_probe_response(struct ieee80211_device *ieee, struct ieee80211_probe_response *beacon, struct ieee80211_rx_stats *stats) argument
1679 ieee80211_rx_mgt(struct ieee80211_device *ieee, struct ieee80211_hdr_4addr *header, struct ieee80211_rx_stats *stats) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_netdev.h35 struct ieee80211_device *ieee)
37 return ieee->dev;
34 zd_ieee80211_to_netdev( struct ieee80211_device *ieee) argument
H A Dzd_mac.c33 static void ieee_init(struct ieee80211_device *ieee);
50 struct ieee80211_device *ieee = zd_netdev_ieee80211(netdev); local
62 ieee_init(ieee);
158 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
159 u32 filter = (ieee->iw_mode == IW_MODE_MONITOR) ? ~0 : STA_RX_FILTER;
538 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
540 if (ieee->iw_mode == IW_MODE_INFRA)
588 struct ieee80211_device *ieee; local
604 ieee = zd_mac_to_ieee80211(mac);
606 spin_lock_irq(&ieee
619 struct ieee80211_device *ieee; local
888 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
946 is_data_packet_for_us(struct ieee80211_device *ieee, struct ieee80211_hdr_4addr *hdr) argument
986 filter_rx(struct ieee80211_device *ieee, const u8 *buffer, unsigned int length, struct ieee80211_rx_stats *stats) argument
1050 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
1087 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
1150 struct ieee80211_device *ieee = zd_mac_to_ieee80211(mac); local
1171 struct ieee80211_device *ieee = zd_netdev_ieee80211(netdev); local
1218 ieee_init(struct ieee80211_device *ieee) argument
[all...]
H A Dzd_ieee80211.c163 int zd_geo_init(struct ieee80211_device *ieee, u8 regdomain) argument
170 dev_dbg(zd_mac_dev(zd_netdev_mac(ieee->dev)),
175 dev_err(zd_mac_dev(zd_netdev_mac(ieee->dev)),
191 ieee80211_set_geo(ieee, &geo);
H A Dzd_ieee80211.h29 int zd_geo_init(struct ieee80211_device *ieee, u8 regdomain);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dieee80211_crypt.h104 void ieee80211_crypt_delayed_deinit(struct ieee80211_device *ieee,
106 void ieee80211_crypt_quiescing(struct ieee80211_device *ieee);
H A Dieee80211.h1131 static inline int ieee80211_is_valid_mode(struct ieee80211_device *ieee, argument
1141 (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
1142 (ieee->freq_band & IEEE80211_52GHZ_BAND))
1146 (ieee->modulation & IEEE80211_OFDM_MODULATION) &&
1147 (ieee->freq_band & IEEE80211_24GHZ_BAND))
1151 (ieee->modulation & IEEE80211_CCK_MODULATION) &&
1152 (ieee->freq_band & IEEE80211_24GHZ_BAND))
1233 extern int ieee80211_set_encryption(struct ieee80211_device *ieee);
1238 extern int ieee80211_tx_frame(struct ieee80211_device *ieee,
1243 extern void ieee80211_rx_any(struct ieee80211_device *ieee,
1297 ieee80211_increment_scans(struct ieee80211_device *ieee) argument
1302 ieee80211_get_scans(struct ieee80211_device *ieee) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c1421 return sprintf(buf, "%d\n", priv->ieee->scan_age);
1450 priv->ieee->scan_age = val;
1451 IPW_DEBUG_INFO("set scan_age = %u\n", priv->ieee->scan_age);
1794 if (ieee80211_is_valid_channel(priv->ieee, channel))
1846 const struct ieee80211_geo *geo = ieee80211_get_geo(priv->ieee);
2012 if (priv->ieee->sec.encrypt) {
2403 const struct ieee80211_geo *geo = ieee80211_get_geo(priv->ieee);
2429 if (priv->ieee->abg_true) {
2938 spin_lock_irqsave(&priv->ieee->lock, flags);
2939 list_for_each_safe(element, safe, &priv->ieee
6381 struct ieee80211_device *ieee = priv->ieee; local
6433 struct ieee80211_device *ieee = priv->ieee; local
6469 struct ieee80211_device *ieee = priv->ieee; local
6512 struct ieee80211_device *ieee = priv->ieee; local
6612 struct ieee80211_device *ieee = priv->ieee; local
[all...]
H A Dipw2100.c1619 if ((priv->ieee->sec.flags & SEC_ENABLED) && priv->ieee->sec.enabled)
1648 if (priv->ieee->iw_mode == IW_MODE_MONITOR)
1748 if (ieee80211_set_geo(priv->ieee, &ipw_geos[0])) {
1752 priv->ieee->freq_band = IEEE80211_24GHZ_BAND;
1963 memcpy(priv->ieee->bssid, bssid, ETH_ALEN);
2068 memset(priv->ieee->bssid, 0, ETH_ALEN);
2108 priv->ieee->scans++;
2375 priv->ieee->stats.rx_errors++;
2392 priv->ieee
5785 struct ieee80211_device *ieee = priv->ieee; local
7494 struct ieee80211_device *ieee = priv->ieee; local
7529 struct ieee80211_device *ieee = priv->ieee; local
7551 struct ieee80211_device *ieee = priv->ieee; local
7644 struct ieee80211_device *ieee = priv->ieee; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_wx.c127 if (!ieee80211_is_valid_channel(bcm->ieee, channel))
191 if (bcm->ieee->iw_mode != mode)
194 bcm->ieee->iw_mode = mode;
209 data->mode = bcm->ieee->iw_mode;
287 geo = ieee80211_get_geo(bcm->ieee);
403 bcm->ieee->fts = MAX_FRAG_THRESHOLD;
408 bcm->ieee->fts = data->frag.value & ~0x1;
426 data->frag.value = bcm->ieee->fts;
428 data->frag.disabled = (bcm->ieee->fts == MAX_FRAG_THRESHOLD);
516 err = ieee80211_wx_set_encode(bcm->ieee, inf
[all...]
H A Dbcm43xx_xmit.c280 const struct ieee80211_security *secinfo = &bcm->ieee->sec;
317 if (encrypt_frame && !bcm->ieee->host_encrypt) {
487 if (bcm->ieee->iw_mode == IW_MODE_MONITOR) {
488 err = ieee80211_rx(bcm->ieee, skb, &stats);
494 switch (bcm->ieee->iw_mode) {
497 memcmp(wlhdr->addr3, bcm->ieee->bssid, ETH_ALEN) == 0 ||
507 if (memcmp(wlhdr->addr3, bcm->ieee->bssid, ETH_ALEN) == 0 ||
520 ieee80211_rx_mgt(bcm->ieee, wlhdr, &stats);
524 err = ieee80211_rx(bcm->ieee, skb, &stats);
H A Dbcm43xx_main.c386 const u8 *bssid = (const u8 *)(bcm->ieee->bssid);
920 ieee80211_set_geo(bcm->ieee, geo);
1477 if (bcm->ieee->iw_mode == IW_MODE_MASTER) {
1483 if (bcm->ieee->iw_mode == IW_MODE_ADHOC)
1528 if (!bcm->ieee->open_wep)
1641 if (bcm->ieee->iw_mode == IW_MODE_MASTER)
2179 spin_lock_irqsave(&bcm->ieee->lock, flags);
2180 bcm->ieee->iw_mode = iw_mode;
2181 spin_unlock_irqrestore(&bcm->ieee->lock, flags);
2362 bcm43xx_set_iwmode(bcm, bcm->ieee
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_io.c114 header->frame_ctl |= mac->ieee->sec.level ? cpu_to_le16(IEEE80211_FCTL_PROTECTED) : 0;
125 memcpy(header->addr2, mac->ieee->dev->dev_addr, ETH_ALEN);
154 switch (mac->ieee->iw_mode) {
175 capability |= mac->ieee->sec.level ?
275 memcpy((*pkt)->current_ap, mac->ieee->bssid, ETH_ALEN);
293 int auth_mode = mac->ieee->sec.auth_mode;
455 ieee80211_tx_frame(mac->ieee, (struct ieee80211_hdr *)pkt,
H A Dieee80211softmac_module.c42 softmac->ieee = netdev_priv(dev);
45 softmac->ieee->handle_auth = ieee80211softmac_auth_resp;
46 softmac->ieee->handle_deauth = ieee80211softmac_deauth_resp;
47 softmac->ieee->handle_assoc_response = ieee80211softmac_handle_assoc_response;
48 softmac->ieee->handle_reassoc_request = ieee80211softmac_handle_reassoc_req;
49 softmac->ieee->handle_disassoc = ieee80211softmac_handle_disassoc;
50 softmac->ieee->handle_beacon = ieee80211softmac_handle_beacon;
55 /* TODO: initialise all the other callbacks in the ieee struct
153 if (mac->ieee->modulation & IEEE80211_CCK_MODULATION) {
159 if (mac->ieee
260 struct ieee80211_device *ieee = mac->ieee; local
[all...]
H A Dieee80211softmac_scan.c182 sm->scaninfo->channels = sm->ieee->geo.a;
183 sm->scaninfo->number_channels = sm->ieee->geo.a_channels;
185 sm->scaninfo->channels = sm->ieee->geo.bg;
186 sm->scaninfo->number_channels = sm->ieee->geo.bg_channels;
H A Dieee80211softmac_wx.c62 return ieee80211_wx_get_scan(sm->ieee, info, data, extra);
172 struct ieee80211_device *ieee = mac->ieee; local
180 if (ieee->modulation & IEEE80211_OFDM_MODULATION)
238 if (is_ofdm && !(ieee->modulation & IEEE80211_OFDM_MODULATION))
H A Dieee80211softmac_assoc.c224 spin_lock_irqsave(&mac->ieee->lock, flags);
225 list_for_each_entry(net, &mac->ieee->network_list, list) {
260 spin_unlock_irqrestore(&mac->ieee->lock, flags);
353 memcpy(mac->ieee->bssid, net->bssid, ETH_ALEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A DMakefile.vms17 ABIFLAGS = /name=(as_is,short) /float=ieee
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/src/
H A DMakefile.vms19 ABIFLAGS = /name=(as_is,short) /float=ieee
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c82 u8 ieee[FC_ALEN]; member in struct:NAA_Hosed
791 if ((nh->ieee[0] == mac[0]) &&
792 (nh->ieee[1] == mac[1]) &&
793 (nh->ieee[2] == mac[2]) &&
794 (nh->ieee[3] == mac[3]) &&
795 (nh->ieee[4] == mac[4]) &&
796 (nh->ieee[5] == mac[5])) {
1605 if ((nh->ieee[0] == fch->saddr[0]) &&
1606 (nh->ieee[1] == fch->saddr[1]) &&
1607 (nh->ieee[
[all...]

Completed in 616 milliseconds

123