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