Searched defs:wilc_priv (Results 1 – 1 of 1) sorted by relevance
131 struct wilc_priv { struct132 struct wireless_dev wdev;133 struct cfg80211_scan_request *scan_req;135 struct wilc_wfi_p2p_listen_params remain_on_ch_params;136 u64 tx_cookie;138 bool cfg_scanning;140 u8 associated_bss[ETH_ALEN];141 struct sta_info assoc_stainfo;142 struct sk_buff *skb;143 struct net_device *dev;[all …]