Lines Matching refs:wilc_vif

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()
618 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info()
667 void wilc_handle_disconnect(struct wilc_vif *vif) in wilc_handle_disconnect()
691 struct wilc_vif *vif = msg->vif; in handle_rcvd_gnrl_async_info()
725 int wilc_disconnect(struct wilc_vif *vif) in wilc_disconnect()
776 int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats) in wilc_get_statistics()
829 struct wilc_vif *vif = msg->vif; in handle_get_statistics()
866 static int handle_remain_on_chan(struct wilc_vif *vif, in handle_remain_on_chan()
908 static int wilc_handle_roc_expired(struct wilc_vif *vif, u64 cookie) in wilc_handle_roc_expired()
958 struct wilc_vif *vif = hif_drv->remain_on_ch_timer_vif; in listen_timer_cb()
980 struct wilc_vif *vif = msg->vif; in handle_set_mcast_filter()
1013 void wilc_set_wowlan_trigger(struct wilc_vif *vif, bool enabled) in wilc_set_wowlan_trigger()
1032 int wilc_set_external_auth_param(struct wilc_vif *vif, in wilc_set_external_auth_param()
1079 struct wilc_vif *vif = hif_drv->scan_timer_vif; in timer_scan_cb()
1096 struct wilc_vif *vif = hif_drv->connect_timer_vif; in timer_connect_cb()
1109 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk()
1180 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len, in wilc_add_igtk()
1210 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, in wilc_add_rx_gtk()
1270 int wilc_set_pmkid_info(struct wilc_vif *vif, struct wilc_pmkid_attr *pmkid) in wilc_set_pmkid_info()
1282 int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr) in wilc_get_mac_address()
1299 int wilc_set_mac_address(struct wilc_vif *vif, const u8 *mac_addr) in wilc_set_mac_address()
1316 int wilc_set_join_req(struct wilc_vif *vif, u8 *bssid, const u8 *ies, in wilc_set_join_req()
1349 int wilc_set_mac_chnl_num(struct wilc_vif *vif, u8 channel) in wilc_set_mac_chnl_num()
1366 int wilc_set_operation_mode(struct wilc_vif *vif, int index, u8 mode, in wilc_set_operation_mode()
1388 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val) in wilc_get_inactive_time()
1419 int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level) in wilc_get_rssi()
1440 static int wilc_get_stats_async(struct wilc_vif *vif, struct rf_info *stats) in wilc_get_stats_async()
1461 int wilc_hif_set_cfg(struct wilc_vif *vif, struct cfg_param_attr *param) in wilc_hif_set_cfg()
1500 struct wilc_vif *vif = from_timer(vif, t, periodic_rssi); in get_periodic_rssi()
1516 struct wilc_vif *vif = netdev_priv(dev); in wilc_init()
1540 int wilc_deinit(struct wilc_vif *vif) in wilc_deinit()
1575 struct wilc_vif *vif; in wilc_network_info_received()
1620 struct wilc_vif *vif; in wilc_gnrl_async_info_received()
1662 struct wilc_vif *vif; in wilc_scan_complete_received()
1696 int wilc_remain_on_channel(struct wilc_vif *vif, u64 cookie, u16 chan, in wilc_remain_on_channel()
1697 void (*expired)(struct wilc_vif *, u64)) in wilc_remain_on_channel() argument
1714 int wilc_listen_state_expired(struct wilc_vif *vif, u64 cookie) in wilc_listen_state_expired()
1726 void wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg) in wilc_frame_register()
1764 int wilc_add_beacon(struct wilc_vif *vif, u32 interval, u32 dtim_period, in wilc_add_beacon()
1805 int wilc_del_beacon(struct wilc_vif *vif) in wilc_del_beacon()
1823 int wilc_add_station(struct wilc_vif *vif, const u8 *mac, in wilc_add_station()
1850 int wilc_del_station(struct wilc_vif *vif, const u8 *mac_addr) in wilc_del_station()
1876 int wilc_del_allstation(struct wilc_vif *vif, u8 mac_addr[][ETH_ALEN]) in wilc_del_allstation()
1909 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac, in wilc_edit_station()
1935 int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout) in wilc_set_power_mgmt()
1959 int wilc_setup_multicast_filter(struct wilc_vif *vif, u32 enabled, u32 count, in wilc_setup_multicast_filter()
1981 int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power) in wilc_set_tx_power()
1993 int wilc_get_tx_power(struct wilc_vif *vif, u8 *tx_power) in wilc_get_tx_power()
2005 int wilc_set_default_mgmt_key_index(struct wilc_vif *vif, u8 index) in wilc_set_default_mgmt_key_index()