Searched refs:wilc_vif (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | hif.h | 141 struct wilc_vif *scan_timer_vif; 144 struct wilc_vif *connect_timer_vif; 147 struct wilc_vif *remain_on_ch_timer_vif; 153 struct wilc_vif; 154 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, 157 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len, 160 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, 162 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, 166 int wilc_set_pmkid_info(struct wilc_vif *vif, struct wilc_pmkid_attr *pmkid); 167 int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr); [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() 164 struct wilc_vif *ifc; in wilc_txq_task() 181 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_get_firmware() 206 struct wilc_vif *vif = netdev_priv(dev); in wilc_start_firmware() 223 struct wilc_vif *vif = netdev_priv(dev); in wilc1000_firmware_download() 245 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, u8 scan_type, in wilc_scan() 271 static int wilc_send_connect_wid(struct wilc_vif *vif) in wilc_send_connect_wid() 335 struct wilc_vif *vif = msg->vif; in handle_connect_timeout() 570 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 | 169 struct wilc_vif *vif = netdev_priv(dev); in cfg_connect_result() 224 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) in wilc_get_wl_to_vif() 226 struct wilc_vif *vif; in wilc_get_wl_to_vif() 239 struct wilc_vif *vif; in set_channel() 264 struct wilc_vif *vif = netdev_priv(request->wdev->netdev); in scan() 304 struct wilc_vif *vif = netdev_priv(dev); in connect() 454 struct wilc_vif *vif = netdev_priv(dev); in disconnect() 553 struct wilc_vif *vif = netdev_priv(netdev); in add_key() 653 struct wilc_vif *vif = netdev_priv(netdev); in del_key() 694 struct wilc_vif *vif = netdev_priv(netdev); in get_key() [all …]
|
H A D | wlan.h | 333 struct wilc_vif *vif; 404 struct wilc_vif; 409 int wilc_wlan_stop(struct wilc *wilc, struct wilc_vif *vif); 417 int wilc_wlan_cfg_set(struct wilc_vif *vif, int start, u16 wid, u8 *buffer, 419 int wilc_wlan_cfg_get(struct wilc_vif *vif, int start, u16 wid, int commit, 423 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value); 427 void wilc_wfi_p2p_rx(struct wilc_vif *vif, u8 *buff, u32 size); 428 bool wilc_wfi_mgmt_frame_rx(struct wilc_vif *vif, u8 *buff, u32 size); 433 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
H A D | wlan.c | 65 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_add_to_tail() 79 static void wilc_wlan_txq_add_to_head(struct wilc_vif *vif, u8 q_num, in wilc_wlan_txq_add_to_head() 100 static inline void add_tcp_session(struct wilc_vif *vif, u32 src_prt, in add_tcp_session() 114 static inline void update_tcp_session(struct wilc_vif *vif, u32 index, u32 ack) in update_tcp_session() 123 static inline void add_tcp_pending_ack(struct wilc_vif *vif, u32 ack, in add_tcp_pending_ack() 145 struct wilc_vif *vif = netdev_priv(dev); in tcp_process() 193 struct wilc_vif *vif = netdev_priv(dev); in wilc_wlan_txq_filter_dup_tcp_ack() 248 void wilc_enable_tcp_ack_filter(struct wilc_vif *vif, bool value) in wilc_enable_tcp_ack_filter() 253 static int wilc_wlan_txq_add_cfg_pkt(struct wilc_vif *vif, u8 *buffer, in wilc_wlan_txq_add_cfg_pkt() 419 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 | 169 struct wilc_vif { struct 286 struct wilc_vif *wilc_netdev_ifc_init(struct wilc *wl, const char *name,
|