Lines Matching defs:wil6210_vif
827 struct wil6210_vif { struct
828 struct wireless_dev wdev;
829 struct net_device *ndev;
830 struct wil6210_priv *wil;
831 u8 mid;
833 u32 privacy; /* secure connection? */
834 u16 channel; /* relevant in AP mode */
835 u8 hidden_ssid; /* relevant in AP mode */
836 u32 ap_isolate; /* no intra-BSS communication */
837 bool pbss;
838 int bcast_ring;
839 struct cfg80211_bss *bss; /* connected bss, relevant in STA mode */
840 int locally_generated_disc; /* relevant in STA mode */
841 struct timer_list connect_timer;
842 struct work_struct disconnect_worker;
844 struct cfg80211_scan_request *scan_request;
845 struct timer_list scan_timer; /* detect scan timeout */
846 struct wil_p2p_info p2p;
848 struct list_head probe_client_pending;
849 struct mutex probe_client_mutex; /* protect @probe_client_pending */
850 struct work_struct probe_client_worker;
851 int net_queue_stopped; /* netif_tx_stop_all_queues invoked */
852 bool fw_stats_ready; /* per-cid statistics are ready inside sta_info */
853 u64 fw_stats_tsf; /* measurement timestamp */