Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 168) sorted by relevance

1234567

/linux-3.3/net/mac80211/
Ddriver-ops.h23 static inline void drv_tx(struct ieee80211_local *local, struct sk_buff *skb) in drv_tx()
28 static inline void drv_tx_frags(struct ieee80211_local *local, in drv_tx_frags()
36 static inline int drv_start(struct ieee80211_local *local) in drv_start()
50 static inline void drv_stop(struct ieee80211_local *local) in drv_stop()
68 static inline int drv_suspend(struct ieee80211_local *local, in drv_suspend()
81 static inline int drv_resume(struct ieee80211_local *local) in drv_resume()
94 static inline int drv_add_interface(struct ieee80211_local *local, in drv_add_interface()
115 static inline int drv_change_interface(struct ieee80211_local *local, in drv_change_interface()
131 static inline void drv_remove_interface(struct ieee80211_local *local, in drv_remove_interface()
144 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config()
[all …]
Dled.c15 void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx()
26 void ieee80211_led_tx(struct ieee80211_local *local, int q) in ieee80211_led_tx()
38 void ieee80211_led_assoc(struct ieee80211_local *local, bool associated) in ieee80211_led_assoc()
48 void ieee80211_led_radio(struct ieee80211_local *local, bool enabled) in ieee80211_led_radio()
58 void ieee80211_led_names(struct ieee80211_local *local) in ieee80211_led_names()
70 void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init()
116 void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit()
143 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_radio_led_name() local
151 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_assoc_led_name() local
159 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_get_tx_led_name() local
[all …]
Dled.h27 static inline void ieee80211_led_rx(struct ieee80211_local *local) in ieee80211_led_rx()
30 static inline void ieee80211_led_tx(struct ieee80211_local *local, int q) in ieee80211_led_tx()
33 static inline void ieee80211_led_assoc(struct ieee80211_local *local, in ieee80211_led_assoc()
37 static inline void ieee80211_led_radio(struct ieee80211_local *local, in ieee80211_led_radio()
41 static inline void ieee80211_led_names(struct ieee80211_local *local) in ieee80211_led_names()
44 static inline void ieee80211_led_init(struct ieee80211_local *local) in ieee80211_led_init()
47 static inline void ieee80211_led_exit(struct ieee80211_local *local) in ieee80211_led_exit()
50 static inline void ieee80211_mod_tpt_led_trig(struct ieee80211_local *local, in ieee80211_mod_tpt_led_trig()
58 ieee80211_tpt_led_trig_tx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_tx()
67 ieee80211_tpt_led_trig_rx(struct ieee80211_local *local, __le16 fc, int bytes) in ieee80211_tpt_led_trig_rx()
Doffchannel.c30 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
67 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_disable() local
106 void ieee80211_offchannel_stop_vifs(struct ieee80211_local *local, in ieee80211_offchannel_stop_vifs()
141 void ieee80211_offchannel_return(struct ieee80211_local *local, in ieee80211_offchannel_return()
186 struct ieee80211_local *local = in ieee80211_hw_roc_start() local
217 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ready_on_channel() local
227 struct ieee80211_local *local = in ieee80211_hw_roc_done() local
254 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_remain_on_channel_expired() local
262 void ieee80211_hw_roc_setup(struct ieee80211_local *local) in ieee80211_hw_roc_setup()
Dscan.c32 ieee80211_rx_bss_get(struct ieee80211_local *local, u8 *bssid, int freq, in ieee80211_rx_bss_get()
53 void ieee80211_rx_bss_put(struct ieee80211_local *local, in ieee80211_rx_bss_put()
79 ieee80211_bss_info_update(struct ieee80211_local *local, in ieee80211_bss_info_update()
224 static bool ieee80211_prep_hw_scan(struct ieee80211_local *local) in ieee80211_prep_hw_scan()
261 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_scan_completed() local
313 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_scan_completed() local
324 static int ieee80211_start_sw_scan(struct ieee80211_local *local) in ieee80211_start_sw_scan()
362 struct ieee80211_local *local = sdata->local; in __ieee80211_start_scan() local
448 static void ieee80211_scan_state_decision(struct ieee80211_local *local, in ieee80211_scan_state_decision()
524 static void ieee80211_scan_state_set_channel(struct ieee80211_local *local, in ieee80211_scan_state_set_channel()
[all …]
Dmain.c38 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter()
89 struct ieee80211_local *local = in ieee80211_reconfig_filter() local
95 int ieee80211_hw_config(struct ieee80211_local *local, u32 changed) in ieee80211_hw_config()
194 struct ieee80211_local *local = sdata->local; in ieee80211_bss_info_change_notify() local
284 struct ieee80211_local *local = (struct ieee80211_local *) data; in ieee80211_tasklet_handler() local
325 struct ieee80211_local *local = in ieee80211_restart_work() local
345 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_restart_hw() local
362 struct ieee80211_local *local = in ieee80211_recalc_smps_work() local
375 struct ieee80211_local *local = in ieee80211_ifa_changed() local
439 struct ieee80211_local *local = in ieee80211_napi_poll() local
[all …]
Dsta_info.c66 static int sta_info_hash_del(struct ieee80211_local *local, in sta_info_hash_del()
97 struct ieee80211_local *local = sdata->local; in sta_info_get() local
116 struct ieee80211_local *local = sdata->local; in sta_info_get_rx() local
138 struct ieee80211_local *local = sdata->local; in sta_info_get_bss() local
162 struct ieee80211_local *local = sdata->local; in sta_info_get_bss_rx() local
181 struct ieee80211_local *local = sdata->local; in sta_info_get_by_idx() local
209 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta) in sta_info_free()
224 static void sta_info_hash_add(struct ieee80211_local *local, in sta_info_hash_add()
261 static int sta_prepare_rate_control(struct ieee80211_local *local, in sta_prepare_rate_control()
281 struct ieee80211_local *local = sdata->local; in sta_info_alloc() local
[all …]
Dwork.c44 static inline void ASSERT_WORK_MTX(struct ieee80211_local *local) in ASSERT_WORK_MTX()
59 static void run_again(struct ieee80211_local *local, in run_again()
171 struct ieee80211_local *local = sdata->local; in ieee80211_send_assoc() local
384 static void ieee80211_remove_auth_bss(struct ieee80211_local *local, in ieee80211_remove_auth_bss()
408 struct ieee80211_local *local = sdata->local; in ieee80211_direct_probe() local
455 struct ieee80211_local *local = sdata->local; in ieee80211_authenticate() local
496 struct ieee80211_local *local = sdata->local; in ieee80211_associate() local
659 struct ieee80211_local *local = sdata->local; in ieee80211_rx_mgmt_assoc_resp() local
717 struct ieee80211_local *local = sdata->local; in ieee80211_rx_mgmt_probe_resp() local
741 struct ieee80211_local *local = sdata->local; in ieee80211_rx_mgmt_beacon() local
[all …]
Dutil.c41 struct ieee80211_local *local; in wiphy_to_ieee80211_hw() local
109 int ieee80211_frame_duration(struct ieee80211_local *local, size_t len, in ieee80211_frame_duration()
168 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_generic_frame_duration() local
193 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_rts_duration() local
234 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_ctstoself_duration() local
271 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_wake_queue() local
300 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_wake_queue_by_reason() local
318 struct ieee80211_local *local = hw_to_local(hw); in __ieee80211_stop_queue() local
337 struct ieee80211_local *local = hw_to_local(hw); in ieee80211_stop_queue_by_reason() local
352 void ieee80211_add_pending_skb(struct ieee80211_local *local, in ieee80211_add_pending_skb()
[all …]
Diface.c101 struct ieee80211_local *local = sdata->local; in ieee80211_check_concurrent_iface() local
155 struct ieee80211_local *local = sdata->local; in ieee80211_adjust_monitor_flags() local
180 struct ieee80211_local *local = sdata->local; in ieee80211_do_open() local
392 struct ieee80211_local *local = sdata->local; in ieee80211_do_stop() local
596 struct ieee80211_local *local = sdata->local; in ieee80211_set_multicast_list() local
632 struct ieee80211_local *local = sdata->local; in ieee80211_teardown_sdata() local
673 struct ieee80211_local *local = sdata->local; in ieee80211_monitor_select_queue() local
712 struct ieee80211_local *local = sdata->local; in ieee80211_iface_work() local
911 struct ieee80211_local *local = sdata->local; in ieee80211_runtime_change_iftype() local
1015 static void ieee80211_assign_perm_addr(struct ieee80211_local *local, in ieee80211_assign_perm_addr()
[all …]
Dagg-tx.c67 struct ieee80211_local *local = sdata->local; in ieee80211_send_addba_request() local
116 struct ieee80211_local *local = sdata->local; in ieee80211_send_bar() local
155 struct ieee80211_local *local = sta->local; in ___ieee80211_stop_tx_ba_session() local
347 struct ieee80211_local *local = sta->local; in ieee80211_tx_ba_session_handle_start() local
433 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_session() local
566 static void ieee80211_agg_tx_operational(struct ieee80211_local *local, in ieee80211_agg_tx_operational()
604 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb() local
653 struct ieee80211_local *local = sdata->local; in ieee80211_start_tx_ba_cb_irqsafe() local
689 struct ieee80211_local *local = sdata->local; in ieee80211_stop_tx_ba_session() local
727 struct ieee80211_local *local = sdata->local; in ieee80211_stop_tx_ba_cb() local
[all …]
Ddebugfs.c84 struct ieee80211_local *local = file->private_data; in reset_write() local
103 struct ieee80211_local *local = file->private_data; in uapsd_queues_read() local
112 struct ieee80211_local *local = file->private_data; in uapsd_queues_write() local
138 struct ieee80211_local *local = file->private_data; in uapsd_max_sp_len_read() local
148 struct ieee80211_local *local = file->private_data; in uapsd_max_sp_len_write() local
182 struct ieee80211_local *local = file->private_data; in channel_type_read() local
209 struct ieee80211_local *local = file->private_data; in hwflags_read() local
279 struct ieee80211_local *local = file->private_data; in queues_read() local
300 static ssize_t format_devstat_counter(struct ieee80211_local *local, in format_devstat_counter()
352 void debugfs_hw_add(struct ieee80211_local *local) in debugfs_hw_add()
Dmlme.c168 struct ieee80211_local *local = sdata->local; in ieee80211_enable_ht() local
291 struct ieee80211_local *local = sdata->local; in ieee80211_send_deauth_disassoc() local
331 void ieee80211_send_pspoll(struct ieee80211_local *local, in ieee80211_send_pspoll()
348 void ieee80211_send_nullfunc(struct ieee80211_local *local, in ieee80211_send_nullfunc()
372 static void ieee80211_send_4addr_nullfunc(struct ieee80211_local *local, in ieee80211_send_4addr_nullfunc()
560 struct ieee80211_local *local = sdata->local; in ieee80211_enable_dyn_ps() local
575 struct ieee80211_local *local = sdata->local; in ieee80211_disable_dyn_ps() local
591 static void ieee80211_enable_ps(struct ieee80211_local *local, in ieee80211_enable_ps()
620 static void ieee80211_change_ps(struct ieee80211_local *local) in ieee80211_change_ps()
666 void ieee80211_recalc_ps(struct ieee80211_local *local, s32 latency) in ieee80211_recalc_ps()
[all …]
Dwep.c28 int ieee80211_wep_init(struct ieee80211_local *local) in ieee80211_wep_init()
49 void ieee80211_wep_free(struct ieee80211_local *local) in ieee80211_wep_free()
73 static void ieee80211_wep_get_iv(struct ieee80211_local *local, in ieee80211_wep_get_iv()
90 static u8 *ieee80211_wep_add_iv(struct ieee80211_local *local, in ieee80211_wep_add_iv()
112 static void ieee80211_wep_remove_iv(struct ieee80211_local *local, in ieee80211_wep_remove_iv()
155 int ieee80211_wep_encrypt(struct ieee80211_local *local, in ieee80211_wep_encrypt()
216 static int ieee80211_wep_decrypt(struct ieee80211_local *local, in ieee80211_wep_decrypt()
/linux-3.3/drivers/net/wireless/hostap/
Dhostap_main.c49 struct net_device * hostap_add_interface(struct local_info *local, in hostap_add_interface()
142 int prism2_wds_add(local_info_t *local, u8 *remote_addr, in prism2_wds_add()
204 int prism2_wds_del(local_info_t *local, u8 *remote_addr, in prism2_wds_del()
240 u16 hostap_tx_callback_register(local_info_t *local, in hostap_tx_callback_register()
265 int hostap_tx_callback_unregister(local_info_t *local, u16 idx) in hostap_tx_callback_unregister()
317 u16 hostap_get_porttype(local_info_t *local) in hostap_get_porttype()
333 int hostap_set_encryption(local_info_t *local) in hostap_set_encryption()
425 int hostap_set_antsel(local_info_t *local) in hostap_set_antsel()
482 int hostap_set_roaming(local_info_t *local) in hostap_set_roaming()
503 int hostap_set_auth_algs(local_info_t *local) in hostap_set_auth_algs()
[all …]
Dhostap_ioctl.c18 local_info_t *local; in hostap_get_wireless_stats() local
78 local_info_t *local; in prism2_get_datarates() local
128 local_info_t *local; in prism2_ioctl_siwencode() local
230 local_info_t *local; in prism2_ioctl_giwencode() local
290 local_info_t *local; in hostap_set_rate() local
336 local_info_t *local; in prism2_ioctl_siwrate() local
397 local_info_t *local; in prism2_ioctl_giwrate() local
455 local_info_t *local; in prism2_ioctl_siwsens() local
476 local_info_t *local; in prism2_ioctl_giwsens() local
500 local_info_t *local; in prism2_ioctl_giwaplist() local
[all …]
Dhostap_info.c12 static void prism2_info_commtallies16(local_info_t *local, unsigned char *buf, in prism2_info_commtallies16()
52 static void prism2_info_commtallies32(local_info_t *local, unsigned char *buf, in prism2_info_commtallies32()
92 static void prism2_info_commtallies(local_info_t *local, unsigned char *buf, in prism2_info_commtallies()
127 static void prism2_info_linkstatus(local_info_t *local, unsigned char *buf, in prism2_info_linkstatus()
166 static void prism2_host_roaming(local_info_t *local) in prism2_host_roaming()
234 static void hostap_report_scan_complete(local_info_t *local) in hostap_report_scan_complete()
251 static void prism2_info_scanresults(local_info_t *local, unsigned char *buf, in prism2_info_scanresults()
302 static void prism2_info_hostscanresults(local_info_t *local, in prism2_info_hostscanresults()
365 void hostap_info_process(local_info_t *local, struct sk_buff *skb) in hostap_info_process()
413 static void handle_info_queue_linkstatus(local_info_t *local) in handle_info_queue_linkstatus()
[all …]
Dhostap_hw.c181 static inline void __hostap_cmd_queue_free(local_info_t *local, in __hostap_cmd_queue_free()
206 static inline void hostap_cmd_queue_free(local_info_t *local, in hostap_cmd_queue_free()
222 static void prism2_clear_cmd_queue(local_info_t *local) in prism2_clear_cmd_queue()
258 local_info_t *local; in hfa384x_cmd_issue() local
325 local_info_t *local; in hfa384x_cmd() local
503 local_info_t *local; in hfa384x_cmd_callback() local
663 local_info_t *local; in prism2_cmd_ev() local
809 local_info_t *local; in hfa384x_get_rid() local
882 local_info_t *local; in hfa384x_set_rid() local
1007 local_info_t *local; in prism2_reset_port() local
[all …]
Dhostap_proc.c19 local_info_t *local = (local_info_t *) data; in prism2_debug_proc_read() local
60 local_info_t *local = (local_info_t *) data; in prism2_stats_proc_read() local
108 local_info_t *local = (local_info_t *) data; in prism2_wds_proc_read() local
148 local_info_t *local = (local_info_t *) data; in prism2_bss_list_proc_read() local
203 local_info_t *local = (local_info_t *) data; in prism2_crypt_proc_read() local
235 local_info_t *local = (local_info_t *) data; in prism2_pda_proc_read() local
253 local_info_t *local = (local_info_t *) data; in prism2_aux_dump_proc_read() local
274 local_info_t *local = (local_info_t *) data; in prism2_io_debug_proc_read() local
314 local_info_t *local = (local_info_t *) data; in prism2_scan_results_proc_read() local
389 void hostap_init_proc(local_info_t *local) in hostap_init_proc()
[all …]
Dhostap_80211_rx.c66 local_info_t *local; in prism2_rx_80211() local
222 prism2_frag_cache_find(local_info_t *local, unsigned int seq, in prism2_frag_cache_find()
252 prism2_frag_cache_get(local_info_t *local, struct ieee80211_hdr *hdr) in prism2_frag_cache_get()
303 static int prism2_frag_cache_invalidate(local_info_t *local, in prism2_frag_cache_invalidate()
327 static struct hostap_bss_info *__hostap_get_bss(local_info_t *local, u8 *bssid, in __hostap_get_bss()
348 static struct hostap_bss_info *__hostap_add_bss(local_info_t *local, u8 *bssid, in __hostap_add_bss()
374 static void __hostap_expire_bss(local_info_t *local) in __hostap_expire_bss()
393 static void hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb, in hostap_rx_sta_beacon()
472 hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb, in hostap_rx_frame_mgmt()
533 static struct net_device *prism2_rx_get_wds(local_info_t *local, in prism2_rx_get_wds()
[all …]
Dhostap_cs.c50 local_info_t *local; in hfa384x_outb_debug() local
64 local_info_t *local; in hfa384x_inb_debug() local
80 local_info_t *local; in hfa384x_outw_debug() local
94 local_info_t *local; in hfa384x_inw_debug() local
111 local_info_t *local; in hfa384x_outsw_debug() local
126 local_info_t *local; in hfa384x_insw_debug() local
205 static int prism2_pccard_card_present(local_info_t *local) in prism2_pccard_card_present()
223 static void sandisk_set_iobase(local_info_t *local) in sandisk_set_iobase()
245 static void sandisk_write_hcr(local_info_t *local, int hcr) in sandisk_write_hcr()
264 local_info_t *local = iface->local; in sandisk_enable_wireless() local
[all …]
Dhostap_ap.c152 static void hostap_set_tim(local_info_t *local, int aid, int set) in hostap_set_tim()
185 local_info_t *local; in ap_handle_timer() local
780 void hostap_init_data(local_info_t *local) in hostap_init_data()
830 void hostap_init_ap_proc(local_info_t *local) in hostap_init_ap_proc()
918 local_info_t *local; in prism2_send_mgmt() local
1143 local_info_t *local) in ap_tx_rate_ok()
1282 static void handle_authen(local_info_t *local, struct sk_buff *skb, in handle_authen()
1495 static void handle_assoc(local_info_t *local, struct sk_buff *skb, in handle_assoc()
1704 static void handle_deauth(local_info_t *local, struct sk_buff *skb, in handle_deauth()
1746 static void handle_disassoc(local_info_t *local, struct sk_buff *skb, in handle_disassoc()
[all …]
/linux-3.3/drivers/net/wireless/
Dray_cs.c284 ray_dev_t *local; in ray_probe() local
338 ray_dev_t *local; in ray_detach() local
363 ray_dev_t *local = netdev_priv(dev); in ray_config() local
476 ray_dev_t *local = netdev_priv(dev); in ray_init() local
536 ray_dev_t *local = netdev_priv(dev); in dl_startup_params() local
582 static void init_startup_params(ray_dev_t *local) in init_startup_params()
646 ray_dev_t *local = (ray_dev_t *) data; in verify_dl_startup() local
688 ray_dev_t *local = (ray_dev_t *) data; in start_net() local
715 ray_dev_t *local = (ray_dev_t *) data; in join_net() local
745 ray_dev_t *local = netdev_priv(dev); in ray_release() local
[all …]
/linux-3.3/net/nfc/llcp/
Dllcp.c34 static void nfc_llcp_socket_release(struct nfc_llcp_local *local) in nfc_llcp_socket_release()
102 struct nfc_llcp_local *local = container_of(work, struct nfc_llcp_local, in nfc_llcp_timeout_work() local
110 struct nfc_llcp_local *local = (struct nfc_llcp_local *) data; in nfc_llcp_symm_timer() local
119 struct nfc_llcp_local *local, *n; in nfc_llcp_find_local() local
160 u8 nfc_llcp_get_sdp_ssap(struct nfc_llcp_local *local, in nfc_llcp_get_sdp_ssap()
229 u8 nfc_llcp_get_local_ssap(struct nfc_llcp_local *local) in nfc_llcp_get_local_ssap()
248 void nfc_llcp_put_ssap(struct nfc_llcp_local *local, u8 ssap) in nfc_llcp_put_ssap()
275 struct nfc_llcp_local *local; in nfc_llcp_general_bytes() local
288 static int nfc_llcp_build_gb(struct nfc_llcp_local *local) in nfc_llcp_build_gb()
341 struct nfc_llcp_local *local = nfc_llcp_find_local(dev); in nfc_llcp_set_remote_gb() local
[all …]
/linux-3.3/net/rxrpc/
Dar-local.c33 struct rxrpc_local *local; in rxrpc_alloc_local() local
60 static int rxrpc_create_local(struct rxrpc_local *local) in rxrpc_create_local()
132 struct rxrpc_local *local; in rxrpc_lookup_local() local
221 void rxrpc_put_local(struct rxrpc_local *local) in rxrpc_put_local()
243 struct rxrpc_local *local = in rxrpc_destroy_local() local

1234567