Searched defs:host_if_drv (Results 1 – 2 of 2) sorted by relevance
130 struct host_if_drv { struct131 struct wilc_user_scan_req usr_scan_req;132 struct wilc_conn_info conn_info;133 struct wilc_remain_ch remain_on_ch;134 u64 p2p_timeout;136 enum host_if_state hif_state;138 u8 assoc_bssid[ETH_ALEN];140 struct timer_list scan_timer;141 struct wilc_vif *scan_timer_vif;143 struct timer_list connect_timer;[all …]
261 struct host_if_drv { struct262 struct user_scan_req usr_scan_req;263 struct user_conn_req usr_conn_req;264 struct remain_ch remain_on_ch;265 u8 remain_on_ch_pending;266 u64 p2p_timeout;267 u8 p2p_connect;269 enum host_if_state hif_state;271 u8 assoc_bssid[ETH_ALEN];272 struct cfg_param_attr cfg_values;[all …]