Searched refs:wilc_vif (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.h | 124 struct wilc_vif; 127 void (*expired)(struct wilc_vif *vif, u64 cookie); 128 struct wilc_vif *vif; 144 struct wilc_vif *scan_timer_vif; 147 struct wilc_vif *connect_timer_vif; 150 struct wilc_vif *remain_on_ch_timer_vif; 156 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, 159 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len, 162 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, 164 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, [all …]
|
H A D | netdev.c | 53 struct wilc_vif *vif = netdev_priv(dev); in init_irq() 72 struct wilc_vif *vif = netdev_priv(dev); in deinit_irq() 96 struct wilc_vif *vif; in get_if_handler() 118 struct wilc_vif *vif = netdev_priv(wilc_netdev); in wilc_wlan_set_bssid() 132 struct wilc_vif *vif; in wilc_wlan_get_num_conn_ifcs() 146 struct wilc_vif *ifc; in wilc_wake_tx_queues() 196 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() 221 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware() 238 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() 260 static int wilc_init_fw_config(struct net_device *dev, struct wilc_vif *vif) in wilc_init_fw_config() [all …]
|
H A D | hif.c | 46 struct wilc_vif *vif; 55 wilc_alloc_work(struct wilc_vif *vif, void (*work_fun)(struct work_struct *), in wilc_alloc_work() 92 int wilc_get_vif_idx(struct wilc_vif *vif) in wilc_get_vif_idx() 102 static struct wilc_vif *wilc_get_vif_from_idx(struct wilc *wilc, int idx) in wilc_get_vif_from_idx() 105 struct wilc_vif *vif; in wilc_get_vif_from_idx() 118 static int handle_scan_done(struct wilc_vif *vif, enum scan_event evt) in handle_scan_done() 154 int wilc_scan(struct wilc_vif *vif, u8 scan_source, in wilc_scan() 273 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid() 337 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() 573 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info() [all …]
|
H A D | cfg80211.c | 167 struct wilc_vif *vif = netdev_priv(dev); in cfg_connect_result() 222 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) in wilc_get_wl_to_vif() 224 struct wilc_vif *vif; in wilc_get_wl_to_vif() 237 struct wilc_vif *vif; in set_channel() 262 struct wilc_vif *vif = netdev_priv(request->wdev->netdev); in scan() 301 struct wilc_vif *vif = netdev_priv(dev); in connect() 450 struct wilc_vif *vif = netdev_priv(dev); in disconnect() 549 struct wilc_vif *vif = netdev_priv(netdev); in add_key() 649 struct wilc_vif *vif = netdev_priv(netdev); in del_key() 690 struct wilc_vif *vif = netdev_priv(netdev); in get_key() [all …]
|
H A D | wlan.h | 338 struct wilc_vif *vif; 409 struct wilc_vif; 419 int wilc_wlan_stop(struct wilc *wilc, struct wilc_vif *vif); 427 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 429 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, 433 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value); 437 void wilc_wfi_p2p_rx(struct wilc_vif *vif, u8 *buff, u32 size); 438 bool wilc_wfi_mgmt_frame_rx(struct wilc_vif *vif, u8 *buff, u32 size); 443 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
H A D | wlan.c | 60 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_add_to_tail() 74 static void wilc_wlan_txq_add_to_head(struct wilc_vif *vif, u8 q_num, in wilc_wlan_txq_add_to_head() 95 static inline void add_tcp_session(struct wilc_vif *vif, u32 src_prt, in add_tcp_session() 109 static inline void update_tcp_session(struct wilc_vif *vif, u32 index, u32 ack) in update_tcp_session() 118 static inline void add_tcp_pending_ack(struct wilc_vif *vif, u32 ack, in add_tcp_pending_ack() 140 struct wilc_vif *vif = netdev_priv(dev); in tcp_process() 188 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_filter_dup_tcp_ack() 243 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value) in wilc_enable_tcp_ack_filter() 248 static int wilc_wlan_txq_add_cfg_pkt(struct wilc_vif *vif, u8 *buffer, in wilc_wlan_txq_add_cfg_pkt() 414 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_add_net_pkt() [all …]
|
H A D | cfg80211.h | 24 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl);
|
H A D | netdev.h | 178 struct wilc_vif { struct 302 struct wilc_vif *wilc_netdev_ifc_init(struct wilc *wl, const char *name,
|
H A D | sdio.c | 143 struct wilc_vif *vif; in wilc_sdio_probe()
|
H A D | spi.c | 210 struct wilc_vif *vif; in wilc_bus_probe()
|