• Home
  • Raw
  • Download

Lines Matching defs:vif

46 	struct wilc_vif *vif;  member
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()
105 struct wilc_vif *vif; in wilc_get_vif_from_idx() local
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() local
567 static void host_int_get_assoc_res_info(struct wilc_vif *vif, in host_int_get_assoc_res_info()
612 static inline void host_int_parse_assoc_resp_info(struct wilc_vif *vif, in host_int_parse_assoc_resp_info()
661 void wilc_handle_disconnect(struct wilc_vif *vif) in wilc_handle_disconnect()
685 struct wilc_vif *vif = msg->vif; in handle_rcvd_gnrl_async_info() local
719 int wilc_disconnect(struct wilc_vif *vif) in wilc_disconnect()
770 int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats) in wilc_get_statistics()
823 struct wilc_vif *vif = msg->vif; in handle_get_statistics() local
860 static int handle_remain_on_chan(struct wilc_vif *vif, in handle_remain_on_chan()
902 static int wilc_handle_roc_expired(struct wilc_vif *vif, u64 cookie) in wilc_handle_roc_expired()
952 struct wilc_vif *vif = hif_drv->remain_on_ch_timer_vif; in listen_timer_cb() local
974 struct wilc_vif *vif = msg->vif; in handle_set_mcast_filter() local
1007 void wilc_set_wowlan_trigger(struct wilc_vif *vif, bool enabled) in wilc_set_wowlan_trigger()
1026 int wilc_set_external_auth_param(struct wilc_vif *vif, in wilc_set_external_auth_param()
1073 struct wilc_vif *vif = hif_drv->scan_timer_vif; in timer_scan_cb() local
1090 struct wilc_vif *vif = hif_drv->connect_timer_vif; in timer_connect_cb() local
1103 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len, in wilc_add_ptk()
1174 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len, in wilc_add_igtk()
1204 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len, in wilc_add_rx_gtk()
1264 int wilc_set_pmkid_info(struct wilc_vif *vif, struct wilc_pmkid_attr *pmkid) in wilc_set_pmkid_info()
1276 int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr) in wilc_get_mac_address()
1293 int wilc_set_mac_address(struct wilc_vif *vif, u8 *mac_addr) in wilc_set_mac_address()
1310 int wilc_set_join_req(struct wilc_vif *vif, u8 *bssid, const u8 *ies, in wilc_set_join_req()
1343 int wilc_set_mac_chnl_num(struct wilc_vif *vif, u8 channel) in wilc_set_mac_chnl_num()
1360 int wilc_set_operation_mode(struct wilc_vif *vif, int index, u8 mode, in wilc_set_operation_mode()
1382 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac, u32 *out_val) in wilc_get_inactive_time()
1413 int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level) in wilc_get_rssi()
1434 static int wilc_get_stats_async(struct wilc_vif *vif, struct rf_info *stats) in wilc_get_stats_async()
1455 int wilc_hif_set_cfg(struct wilc_vif *vif, struct cfg_param_attr *param) in wilc_hif_set_cfg()
1494 struct wilc_vif *vif = from_timer(vif, t, periodic_rssi); in get_periodic_rssi() local
1510 struct wilc_vif *vif = netdev_priv(dev); in wilc_init() local
1534 int wilc_deinit(struct wilc_vif *vif) in wilc_deinit()
1571 struct wilc_vif *vif; in wilc_network_info_received() local
1612 struct wilc_vif *vif; in wilc_gnrl_async_info_received() local
1657 struct wilc_vif *vif; in wilc_scan_complete_received() local
1684 int wilc_remain_on_channel(struct wilc_vif *vif, u64 cookie, in wilc_remain_on_channel()
1705 int wilc_listen_state_expired(struct wilc_vif *vif, u64 cookie) in wilc_listen_state_expired()
1717 void wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg) in wilc_frame_register()
1755 int wilc_add_beacon(struct wilc_vif *vif, u32 interval, u32 dtim_period, in wilc_add_beacon()
1796 int wilc_del_beacon(struct wilc_vif *vif) in wilc_del_beacon()
1814 int wilc_add_station(struct wilc_vif *vif, const u8 *mac, in wilc_add_station()
1841 int wilc_del_station(struct wilc_vif *vif, const u8 *mac_addr) in wilc_del_station()
1867 int wilc_del_allstation(struct wilc_vif *vif, u8 mac_addr[][ETH_ALEN]) in wilc_del_allstation()
1900 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac, in wilc_edit_station()
1926 int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout) in wilc_set_power_mgmt()
1950 int wilc_setup_multicast_filter(struct wilc_vif *vif, u32 enabled, u32 count, in wilc_setup_multicast_filter()
1972 int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power) in wilc_set_tx_power()
1984 int wilc_get_tx_power(struct wilc_vif *vif, u8 *tx_power) in wilc_get_tx_power()
1996 int wilc_set_default_mgmt_key_index(struct wilc_vif *vif, u8 index) in wilc_set_default_mgmt_key_index()