Searched defs:lbs_private (Results 1 – 2 of 2) sorted by relevance
37 struct lbs_private { struct40 struct net_device *dev;41 u32 connect_status;42 struct work_struct mcast_work;43 u32 nr_of_multicastmacaddr;44 u8 multicastlist[MRVDRV_MAX_MULTICAST_LIST_SIZE][ETH_ALEN];47 struct wireless_dev *wdev;48 bool wiphy_registered;49 struct cfg80211_scan_request *scan_req;50 u8 assoc_bss[ETH_ALEN];[all …]
1602 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), in __lbs_cmd_async()1669 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), in __lbs_cmd()