Lines Matching defs:wilc
185 struct wilc *wilc; member
200 struct wilc { struct
202 const struct wilc_hif_func *hif_func; argument
203 int io_type;
204 s8 mac_status;
205 struct clk *rtc_clk;
206 bool initialized;
207 int dev_irq_num;
208 int close;
209 u8 vif_num;
210 struct list_head vif_list;
213 struct mutex vif_mutex;
214 struct srcu_struct srcu;
215 u8 open_ifcs;
240 struct wilc_cfg_frame cfg_frame; argument
261 struct wilc_cfg cfg; argument
269 struct ieee80211_channel channels[ARRAY_SIZE(wilc_2ghz_channels)]; argument
270 struct ieee80211_rate bitrates[ARRAY_SIZE(wilc_bitrates)]; argument
272 u32 cipher_suites[ARRAY_SIZE(wilc_cipher_suites)]; argument
279 void wilc_frmw_to_host(struct wilc *wilc, u8 *buff, u32 size, u32 pkt_offset); argument