Searched defs:lbs_private (Results 1 – 2 of 2) sorted by relevance
39 struct lbs_private { struct42 struct net_device *dev;43 u32 connect_status;44 struct work_struct mcast_work;45 u32 nr_of_multicastmacaddr;46 u8 multicastlist[MRVDRV_MAX_MULTICAST_LIST_SIZE][ETH_ALEN];49 struct wireless_dev *wdev;50 bool wiphy_registered;51 struct cfg80211_scan_request *scan_req;52 u8 assoc_bss[ETH_ALEN];[all …]
1500 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), in __lbs_cmd_async()1562 int (*callback)(struct lbs_private *, unsigned long, struct cmd_header *), in __lbs_cmd()