Searched refs:sta (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_sta.h5 void ieee80211_sta_debugfs_add(struct sta_info *sta);
6 void ieee80211_sta_debugfs_remove(struct sta_info *sta);
8 static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {} argument
9 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} argument
H A Dsta_info.c27 struct sta_info *sta)
29 sta->hnext = local->sta_hash[STA_HASH(sta->addr)];
30 local->sta_hash[STA_HASH(sta->addr)] = sta;
36 struct sta_info *sta)
40 s = local->sta_hash[STA_HASH(sta->addr)];
43 if (memcmp(s->addr, sta->addr, ETH_ALEN) == 0) {
44 local->sta_hash[STA_HASH(sta->addr)] = s->hnext;
48 while (s->hnext && memcmp(s->hnext->addr, sta
26 sta_info_hash_add(struct ieee80211_local *local, struct sta_info *sta) argument
35 sta_info_hash_del(struct ieee80211_local *local, struct sta_info *sta) argument
57 __sta_info_get(struct sta_info *sta) argument
64 struct sta_info *sta; local
83 struct sta_info *sta; local
108 struct sta_info *sta = container_of(kref, struct sta_info, kref); local
131 sta_info_put(struct sta_info *sta) argument
141 struct sta_info *sta; local
196 finish_sta_info_free(struct ieee80211_local *local, struct sta_info *sta) argument
216 sta_info_remove(struct sta_info *sta) argument
233 sta_info_free(struct sta_info *sta, int locked) argument
289 sta_info_buffer_expired(struct ieee80211_local *local, struct sta_info *sta, struct sk_buff *skb) argument
310 sta_info_cleanup_expire_buffered(struct ieee80211_local *local, struct sta_info *sta) argument
344 struct sta_info *sta; local
363 struct sta_info *sta, *tmp; local
426 struct sta_info *sta, *tmp; local
439 sta_info_remove_aid_ptr(struct sta_info *sta) argument
463 struct sta_info *sta, *tmp; local
[all...]
H A Ddebugfs_key.h11 struct sta_info *sta);
13 struct sta_info *sta);
27 struct ieee80211_key *key, struct sta_info *sta)
30 struct sta_info *sta)
26 ieee80211_debugfs_key_sta_link( struct ieee80211_key *key, struct sta_info *sta) argument
29 ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, struct sta_info *sta) argument
H A Ddebugfs_sta.c18 /* sta attributtes */
26 struct sta_info *sta = file->private_data; \
28 res = scnprintf(buf, buflen, format_string, sta->field); \
41 struct sta_info *sta = file->private_data; \
42 struct ieee80211_local *local = wdev_priv(sta->dev->ieee80211_ptr);\
46 (sta->field >= 0 && \
47 sta->field < mode->num_rates) ? \
48 mode->rates[sta->field].rate : -1); \
89 struct sta_info *sta = file->private_data; local
91 sta
109 struct sta_info *sta = file->private_data; local
120 struct sta_info *sta = file->private_data; local
133 struct sta_info *sta = file->private_data; local
145 struct sta_info *sta = file->private_data; local
157 struct sta_info *sta = file->private_data; local
172 struct sta_info *sta = file->private_data; local
186 struct sta_info *sta = file->private_data; local
205 ieee80211_sta_debugfs_add(struct sta_info *sta) argument
231 ieee80211_sta_debugfs_remove(struct sta_info *sta) argument
[all...]
H A Ddebugfs_netdev.c97 IEEE80211_IF_FILE(state, u.sta.state, DEC);
98 IEEE80211_IF_FILE(bssid, u.sta.bssid, MAC);
99 IEEE80211_IF_FILE(prev_bssid, u.sta.prev_bssid, MAC);
100 IEEE80211_IF_FILE(ssid_len, u.sta.ssid_len, SIZE);
101 IEEE80211_IF_FILE(aid, u.sta.aid, DEC);
102 IEEE80211_IF_FILE(ap_capab, u.sta.ap_capab, HEX);
103 IEEE80211_IF_FILE(capab, u.sta.capab, HEX);
104 IEEE80211_IF_FILE(extra_ie_len, u.sta.extra_ie_len, SIZE);
105 IEEE80211_IF_FILE(auth_tries, u.sta.auth_tries, DEC);
106 IEEE80211_IF_FILE(assoc_tries, u.sta
[all...]
H A Drc80211_simple.c35 struct sta_info *sta)
39 int i = sta->txrate;
42 sdata = IEEE80211_DEV_TO_SUB_IF(sta->dev);
56 if (sta->supp_rates & BIT(i) &&
59 sta->txrate = i;
67 struct sta_info *sta)
71 int i = sta->txrate;
73 sdata = IEEE80211_DEV_TO_SUB_IF(sta->dev);
85 if (sta->supp_rates & BIT(i) &&
87 sta
34 rate_control_rate_inc(struct ieee80211_local *local, struct sta_info *sta) argument
66 rate_control_rate_dec(struct ieee80211_local *local, struct sta_info *sta) argument
139 struct sta_info *sta; local
227 struct sta_info *sta; local
271 rate_control_simple_rate_init(void *priv, void *priv_sta, struct ieee80211_local *local, struct sta_info *sta) argument
[all...]
H A Dieee80211_rate.h49 struct ieee80211_local *local, struct sta_info *sta);
99 static inline void rate_control_rate_init(struct sta_info *sta, argument
102 struct rate_control_ref *ref = sta->rate_ctrl;
103 ref->ops->rate_init(ref->priv, sta->rate_ctrl_priv, local, sta);
125 static inline void rate_control_add_sta_debugfs(struct sta_info *sta) argument
128 struct rate_control_ref *ref = sta->rate_ctrl;
129 if (sta->debugfs.dir && ref->ops->add_sta_debugfs)
130 ref->ops->add_sta_debugfs(ref->priv, sta->rate_ctrl_priv,
131 sta
135 rate_control_remove_sta_debugfs(struct sta_info *sta) argument
[all...]
H A Dieee80211_iface.c179 ifsta = &sdata->u.sta;
213 struct sta_info *sta; local
262 sta = sta_info_get(local, sdata->u.wds.remote_addr);
263 if (sta) {
264 sta_info_put(sta);
265 sta_info_free(sta, 0);
275 kfree(sdata->u.sta.extra_ie);
276 sdata->u.sta.extra_ie = NULL;
277 kfree(sdata->u.sta.assocreq_ies);
278 sdata->u.sta
[all...]
H A Dsta_info.h98 * filtering; used only if sta->key is not
138 #define STA_HASH(sta) (sta[5])
154 void sta_info_put(struct sta_info *sta);
157 void sta_info_free(struct sta_info *sta, int locked);
161 void sta_info_remove_aid_ptr(struct sta_info *sta);
H A Dieee80211_ioctl.c45 struct sta_info *sta, u8 addr[ETH_ALEN],
59 keyconf, sta ? sta->aid : 0)) {
80 struct sta_info *sta; local
89 sta = NULL;
114 sta = sta_info_get(local, sta_addr);
115 if (!sta) {
125 key = sta->key;
138 if (!sta && alg == ALG_WEP && !local->default_wep_only &&
153 if (sta
44 ieee80211_set_hw_encryption(struct net_device *dev, struct sta_info *sta, u8 addr[ETH_ALEN], struct ieee80211_key *key) argument
981 struct sta_info *sta; local
1641 struct sta_info *sta = NULL; local
[all...]
H A Dieee80211.c215 struct sta_info *sta)
237 if (sta)
238 memcpy(msg->addr, sta->addr, ETH_ALEN);
448 (!tx->sta || (tx->sta->flags & WLAN_STA_SHORT_PREAMBLE))) {
460 if (tx->sta)
461 tx->u.tx.control->key_idx = tx->sta->key_idx_compression;
467 else if (tx->sta && tx->sta->key)
468 tx->key = tx->sta
213 ieee80211_key_threshold_notify(struct net_device *dev, struct ieee80211_key *key, struct sta_info *sta) argument
986 struct sta_info *sta; local
1054 struct sta_info *sta = tx->sta; local
1274 struct sta_info *sta; local
1524 struct sta_info *sta; local
1982 struct sta_info *sta; local
2969 ap_sta_ps_start(struct net_device *dev, struct sta_info *sta) argument
2985 ap_sta_ps_end(struct net_device *dev, struct sta_info *sta) argument
3443 struct sta_info *sta = rx->sta; local
3663 ieee80211_rx_michael_mic_report(struct net_device *dev, struct ieee80211_hdr *hdr, struct sta_info *sta, struct ieee80211_txrx_data *rx) argument
3755 __ieee80211_invoke_rx_handlers( struct ieee80211_local *local, ieee80211_rx_handler *handlers, struct ieee80211_txrx_data *rx, struct sta_info *sta) argument
3784 ieee80211_invoke_rx_handlers(struct ieee80211_local *local, ieee80211_rx_handler *handlers, struct ieee80211_txrx_data *rx, struct sta_info *sta) argument
3803 struct sta_info *sta; local
4083 struct sta_info *sta; local
4293 struct sta_info *sta; local
4308 struct sta_info *sta; local
4477 struct sta_info *sta; local
[all...]
H A Dieee80211_sta.c371 memcpy(ifsta->prev_bssid, sdata->u.sta.bssid, ETH_ALEN);
372 memcpy(wrqu.ap_addr.sa_data, sdata->u.sta.bssid, ETH_ALEN);
708 struct sta_info *sta; local
718 sta = sta_info_get(local, ifsta->bssid);
719 if (!sta) {
726 sta->last_rx + IEEE80211_MONITORING_INTERVAL)) {
733 sta_info_free(sta, 0);
751 sta_info_put(sta);
1099 struct sta_info *sta; local
1179 sta
1364 struct sta_info *sta; local
1837 struct sta_info *sta; local
1857 struct sta_info *sta, *tmp; local
2980 struct sta_info *sta; local
[all...]
H A Ddebugfs_key.c235 struct sta_info *sta)
242 sprintf(buf, "../sta/" MAC_FMT, MAC_ARG(sta->addr));
248 struct sta_info *sta)
234 ieee80211_debugfs_key_sta_link(struct ieee80211_key *key, struct sta_info *sta) argument
247 ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, struct sta_info *sta) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c49 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta);
51 struct sta_info *sta);
88 static void ap_sta_hash_add(struct ap_data *ap, struct sta_info *sta) argument
90 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)];
91 ap->sta_hash[STA_HASH(sta->addr)] = sta;
94 static void ap_sta_hash_del(struct ap_data *ap, struct sta_info *sta) argument
98 s = ap->sta_hash[STA_HASH(sta->addr)];
100 if (memcmp(s->addr, sta
115 ap_free_sta(struct ap_data *ap, struct sta_info *sta) argument
155 hostap_event_new_sta(struct net_device *dev, struct sta_info *sta) argument
165 hostap_event_expired_sta(struct net_device *dev, struct sta_info *sta) argument
180 struct sta_info *sta = (struct sta_info *) data; local
465 struct sta_info *sta; local
497 struct sta_info *sta; local
533 struct sta_info *sta = (struct sta_info *) ptr; local
633 struct sta_info *sta = NULL; local
702 struct sta_info *sta = NULL; local
766 struct sta_info *sta; local
879 struct sta_info *sta = list_entry(ptr, struct sta_info, list); local
906 ap_get_sta(struct ap_data *ap, u8 *sta) argument
996 struct sta_info *sta = (struct sta_info *) data; local
1070 struct sta_info *sta; local
1102 struct sta_info *sta; local
1149 ap_tx_rate_ok(int rateidx, struct sta_info *sta, local_info_t *local) argument
1164 prism2_check_tx_rates(struct sta_info *sta) argument
1300 struct sta_info *sta = NULL; local
1511 struct sta_info *sta = NULL; local
1711 struct sta_info *sta = NULL; local
1752 struct sta_info *sta = NULL; local
1806 struct sta_info *sta; local
1836 pspoll_send_buffered(local_info_t *local, struct sta_info *sta, struct sk_buff *skb) argument
1866 struct sta_info *sta; local
1990 struct sta_info *sta = NULL; local
2290 schedule_packet_send(local_info_t *local, struct sta_info *sta) argument
2337 struct sta_info *sta = (struct sta_info *) ptr; local
2388 struct sta_info *sta = (struct sta_info *) ptr; local
2485 struct sta_info *sta; local
2524 struct sta_info *sta; local
2548 struct sta_info *sta; local
2570 struct sta_info *sta; local
2590 struct sta_info *sta; local
2638 ap_update_sta_tx_rate(struct sta_info *sta, struct net_device *dev) argument
2685 struct sta_info *sta = NULL; local
2804 struct sta_info *sta = ptr; local
2812 struct sta_info *sta; local
2862 hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, int pwrmgt, int type, int stype) argument
2886 struct sta_info *sta; local
2915 struct sta_info *sta; local
3054 struct sta_info *sta; local
3080 struct sta_info *sta; local
3096 struct sta_info *sta; local
3114 struct sta_info *sta; local
3155 struct sta_info *sta; local
3192 struct sta_info *sta = (struct sta_info *) ptr; local
3202 struct sta_info *sta; local
3232 struct sta_info *sta = list_entry(ptr, struct sta_info, list); local
[all...]
H A Dhostap_ap.h88 } sta; member in union:sta_info::__anon6062
110 #define STA_HASH(sta) (sta[5])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dhypersparc.S34 sta %g0, [%g5] ASI_M_FLUSH_CTX
36 sta %g0, [%g0] ASI_M_FLUSH_IWHOLE ! hyper_flush_whole_icache
62 sta %g0, [%o0 + %g0] ASI_M_FLUSH_USER
63 sta %g0, [%o0 + %o1] ASI_M_FLUSH_USER
64 sta %g0, [%o0 + %g1] ASI_M_FLUSH_USER
65 sta %g0, [%o0 + %g2] ASI_M_FLUSH_USER
66 sta %g0, [%o0 + %g3] ASI_M_FLUSH_USER
67 sta %g0, [%o0 + %g4] ASI_M_FLUSH_USER
68 sta %g0, [%o0 + %g5] ASI_M_FLUSH_USER
70 sta
[all...]
H A Dswift.S30 sta %g0, [%o0] ASI_M_DATAC_TAG
32 sta %g0, [%o1] ASI_M_TXTC_TAG
53 sta %g0, [%o1] ASI_M_FLUSH_PROBE
68 sta %g0, [%o1] ASI_M_FLUSH_PROBE
H A Dviking.S131 sta %g0, [%g1] ASI_M_FLUSH_PROBE
142 sta %o1, [%g1] ASI_M_MMUREGS
143 sta %g0, [%g2] ASI_M_FLUSH_PROBE
145 sta %g5, [%g1] ASI_M_MMUREGS
161 sta %o3, [%g1] ASI_M_MMUREGS
164 sta %g0, [%o1] ASI_M_FLUSH_PROBE
168 sta %g0, [%o1] ASI_M_FLUSH_PROBE
170 sta %g5, [%g1] ASI_M_MMUREGS
186 sta %o3, [%g1] ASI_M_MMUREGS
187 sta
[all...]
H A Dtsunami.S35 sta %g0, [%g0] ASI_M_IC_FLCLEAR
36 sta %g0, [%g0] ASI_M_DC_FLCLEAR
56 sta %g0, [%o1] ASI_M_FLUSH_PROBE
75 sta %o3, [%g1] ASI_M_MMUREGS
76 sta %g0, [%o1] ASI_M_FLUSH_PROBE
84 sta %g5, [%g1] ASI_M_MMUREGS
129 sta %g0, [%g0] ASI_M_IC_FLCLEAR
130 sta %g0, [%g0] ASI_M_DC_FLCLEAR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-pca.c56 int sta = pca_get_con(adap); local
58 sta |= I2C_PCA_CON_STA;
59 sta &= ~(I2C_PCA_CON_STO|I2C_PCA_CON_SI);
60 pca_set_con(adap, sta);
71 int sta = pca_get_con(adap); local
73 sta |= I2C_PCA_CON_STA;
74 sta &= ~(I2C_PCA_CON_STO|I2C_PCA_CON_SI);
75 pca_set_con(adap, sta);
90 int sta = pca_get_con(adap); local
92 sta |
105 int sta = pca_get_con(adap); local
130 int sta = pca_get_con(adap); local
160 int sta = pca_get_con(adap); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wl/wl_sta/
H A DMakefile28 wl_suffix := sta
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/rule_generator/
H A Dwrite_net_rules72 eth*|ath*|wlan*|ra*|sta*) ;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dcontainer.c71 unsigned long sta; local
78 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
82 return ((sta & ACPI_STA_DEVICE_PRESENT) == ACPI_STA_DEVICE_PRESENT);
H A Dbay.c87 unsigned long sta; local
91 status = acpi_evaluate_integer(bay->handle, "_STA", NULL, &sta);
92 if (ACPI_SUCCESS(status) && sta)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_glue.c796 unsigned long sta; local
804 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
805 if (ACPI_SUCCESS(status) && sta != ACPI_STA_ALL)
860 unsigned long sta; local
866 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
867 if (ACPI_SUCCESS(status) && sta != ACPI_STA_ALL)
1255 unsigned long sta = 0; local
1264 status = acpi_evaluate_integer(func->handle, "_STA", NULL, &sta);
1265 if (ACPI_SUCCESS(status) && sta)
1273 sta
1783 unsigned int sta; local
1797 unsigned int sta; local
[all...]

Completed in 272 milliseconds

12