Lines Matching full:wilc

168 	struct wilc *wl = vif->wilc;  in cfg_connect_result()
222 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) in wilc_get_wl_to_vif()
236 struct wilc *wl = wiphy_priv(wiphy); in set_channel()
404 vif->wilc->op_ch = ch; in connect()
406 vif->wilc->sta_ch = ch; in connect()
428 vif->wilc->sta_ch = WILC_INVALID_CHANNEL; in connect()
452 struct wilc *wilc = vif->wilc; in disconnect() local
457 if (!wilc) in disconnect()
460 if (wilc->close) { in disconnect()
467 wilc->sta_ch = WILC_INVALID_CHANNEL; in disconnect()
743 struct wilc *wilc = vif->wilc; in get_station() local
770 if (!wilc->initialized) in get_station()
806 struct wilc *wl = wiphy_priv(wiphy); in set_wiphy_params()
1015 struct wilc *wl = vif->wilc; in wilc_wfi_mgmt_frame_rx()
1026 struct wilc *wl = vif->wilc; in wilc_wfi_p2p_rx()
1079 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in wilc_wfi_p2p_rx()
1131 vif->wilc->op_ch = chan->hw_value; in remain_on_channel()
1203 vif->wilc->op_ch = chan->hw_value; in mgmt_tx()
1211 wilc_set_mac_chnl_num(vif, vif->wilc->op_ch); in mgmt_tx()
1220 vif->wilc->op_ch = chan->hw_value; in mgmt_tx()
1233 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in mgmt_tx()
1277 struct wilc *wl = wiphy_priv(wiphy); in wilc_update_mgmt_frame_registrations()
1359 struct wilc *wl = wiphy_priv(wiphy); in change_virtual_intf()
1517 static struct wilc_vif *wilc_get_vif_from_type(struct wilc *wl, int type) in wilc_get_vif_from_type()
1535 struct wilc *wl = wiphy_priv(wiphy); in add_virtual_intf()
1601 struct wilc *wl = wiphy_priv(wiphy); in del_virtual_intf()
1622 struct wilc *wl = wiphy_priv(wiphy); in wilc_set_wakeup()
1644 struct wilc *wl = wiphy_priv(wiphy); in set_tx_power()
1675 struct wilc *wl = vif->wilc; in get_tx_power()
1731 static void wlan_init_locks(struct wilc *wl) in wlan_init_locks()
1749 void wlan_deinit_locks(struct wilc *wilc) in wlan_deinit_locks() argument
1751 mutex_destroy(&wilc->hif_cs); in wlan_deinit_locks()
1752 mutex_destroy(&wilc->rxq_cs); in wlan_deinit_locks()
1753 mutex_destroy(&wilc->cfg_cmd_lock); in wlan_deinit_locks()
1754 mutex_destroy(&wilc->txq_add_to_head_cs); in wlan_deinit_locks()
1755 mutex_destroy(&wilc->vif_mutex); in wlan_deinit_locks()
1756 mutex_destroy(&wilc->deinit_lock); in wlan_deinit_locks()
1757 cleanup_srcu_struct(&wilc->srcu); in wlan_deinit_locks()
1760 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type, in wilc_cfg80211_init() argument
1763 struct wilc *wl; in wilc_cfg80211_init()
1776 *wilc = wl; in wilc_cfg80211_init()
1806 struct wilc *wilc_create_wiphy(struct device *dev) in wilc_create_wiphy()
1809 struct wilc *wl; in wilc_create_wiphy()
1888 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()