Home
last modified time | relevance | path

Searched refs:add_sta_proc_queue (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_ap.h193 struct work_struct add_sta_proc_queue; member
Dhostap_ap.c799 INIT_WORK(&local->ap->add_sta_proc_queue, handle_add_proc_queue); in hostap_init_data()
861 flush_work_sync(&ap->add_sta_proc_queue); in hostap_free_data()
1060 add_sta_proc_queue); in handle_add_proc_queue()
1122 schedule_work(&ap->add_sta_proc_queue); in ap_add_sta()