Searched defs:wilc_priv (Results 1 – 2 of 2) sorted by relevance
121 struct wilc_priv { struct122 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 …]
158 struct wilc_priv *), in wilc_scan()