Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h121 struct wilc_priv { struct
122 struct wireless_dev wdev;
123 struct cfg80211_scan_request *scan_req;
125 struct wilc_wfi_p2p_listen_params remain_on_ch_params;
126 u64 tx_cookie;
128 bool cfg_scanning;
130 u8 associated_bss[ETH_ALEN];
131 struct sta_info assoc_stainfo;
132 struct sk_buff *skb;
133 struct net_device *dev;
[all …]
H A Dhif.c158 struct wilc_priv *), in wilc_scan()