Lines Matching defs:wil6210_vif
844 struct wil6210_vif { struct
845 struct wireless_dev wdev;
846 struct net_device *ndev;
847 struct wil6210_priv *wil;
848 u8 mid;
850 u32 privacy; /* secure connection? */
851 u16 channel; /* relevant in AP mode */
852 u8 wmi_edmg_channel; /* relevant in AP mode */
853 u8 hidden_ssid; /* relevant in AP mode */
854 u32 ap_isolate; /* no intra-BSS communication */
855 bool pbss;
856 int bi;
857 u8 *proberesp, *proberesp_ies, *assocresp_ies;
858 size_t proberesp_len, proberesp_ies_len, assocresp_ies_len;
859 u8 ssid[IEEE80211_MAX_SSID_LEN];
860 size_t ssid_len;
861 u8 gtk_index;
862 u8 gtk[WMI_MAX_KEY_LEN];
863 size_t gtk_len;
864 int bcast_ring;
865 struct cfg80211_bss *bss; /* connected bss, relevant in STA mode */
866 int locally_generated_disc; /* relevant in STA mode */
867 struct timer_list connect_timer;
868 struct work_struct disconnect_worker;
870 struct cfg80211_scan_request *scan_request;
871 struct timer_list scan_timer; /* detect scan timeout */
872 struct wil_p2p_info p2p;
874 struct list_head probe_client_pending;
875 struct mutex probe_client_mutex; /* protect @probe_client_pending */
876 struct work_struct probe_client_worker;
877 int net_queue_stopped; /* netif_tx_stop_all_queues invoked */
878 bool fw_stats_ready; /* per-cid statistics are ready inside sta_info */
879 u64 fw_stats_tsf; /* measurement timestamp */
882 enum wil_rekey_state ptk_rekey_state;
883 struct work_struct enable_tx_key_worker;