Home
last modified time | relevance | path

Searched defs:hostap_cmd_queue (Results 1 – 1 of 1) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap_wlan.h548 struct hostap_cmd_queue { struct
549 struct list_head list;
550 wait_queue_head_t compl;
551 volatile enum { CMD_SLEEP, CMD_CALLBACK, CMD_COMPLETED } type;
552 void (*callback)(struct net_device *dev, long context, u16 resp0,
554 long context;
555 u16 cmd, param0, param1;
556 u16 resp0, res;
557 volatile int issued, issuing;
559 atomic_t usecnt;
[all …]