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