Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c62 static void handle_wds_oper_queue(struct work_struct *work);
821 INIT_WORK(&local->ap->wds_oper_queue, handle_wds_oper_queue); in hostap_init_data()
1951 static void handle_wds_oper_queue(struct work_struct *work) in handle_wds_oper_queue() function