Home
last modified time | relevance | path

Searched refs:vif_info (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_pm.c97 if(sc->vif_info[0].vif) in ssv6xxx_late_resume()
99 if(sc->vif_info[0].vif->bss_conf.assoc) in ssv6xxx_late_resume()
102 … if ((sc->vif_info[0].vif->type == NL80211_IFTYPE_STATION) || (sc->vif_info[0].vif->p2p)) in ssv6xxx_late_resume()
105 … ssv6xxx_send_deauth_toself(sc, sc->vif_info[0].vif->bss_conf.bssid, sc->vif_info[0].vif->addr); in ssv6xxx_late_resume()
109 if(sc->vif_info[1].vif) in ssv6xxx_late_resume()
111 if(sc->vif_info[1].vif->bss_conf.assoc) in ssv6xxx_late_resume()
114 … if ((sc->vif_info[1].vif->type == NL80211_IFTYPE_STATION) || (sc->vif_info[1].vif->p2p)) in ssv6xxx_late_resume()
117 … ssv6xxx_send_deauth_toself(sc, sc->vif_info[1].vif->bss_conf.bssid, sc->vif_info[1].vif->addr); in ssv6xxx_late_resume()
H A Dssv6xxx_debugfs.c90 struct ssv_vif_info *vif_info = &sc->vif_info[vif_priv->vif_idx]; in ssv6xxx_debugfs_add_interface() local
101 vif_info->debugfs_dir = vif_debugfs_dir; in ssv6xxx_debugfs_add_interface()
109 struct ssv_vif_info *vif_info = &sc->vif_info[vif_priv->vif_idx]; in ssv6xxx_debugfs_remove_interface() local
110 if ((vif_info->debugfs_dir == NULL) || (sc->debugfs_dir == NULL)) in ssv6xxx_debugfs_remove_interface()
112 debugfs_remove_recursive(vif_info->debugfs_dir); in ssv6xxx_debugfs_remove_interface()
113 vif_info->debugfs_dir = NULL; in ssv6xxx_debugfs_remove_interface()
121 struct ssv_vif_info *vif_info = &sc->vif_info[vif_priv->vif_idx]; in ssv6xxx_debugfs_remove_sta() local
122 if ((sc->debugfs_dir == NULL) || (vif_info->debugfs_dir == NULL) || (sta->debugfs_dir == NULL)) in ssv6xxx_debugfs_remove_sta()
133 struct ssv_vif_info *vif_info = &sc->vif_info[vif_priv->vif_idx]; in ssv6xxx_debugfs_add_sta() local
134 struct dentry *vif_debugfs_dir = vif_info->debugfs_dir; in ssv6xxx_debugfs_add_sta()
H A Ddev.c971 struct ssv_vif_info *vif_info, in _set_wep_sw_crypto_key() argument
976 struct ssv_vif_priv_data *vif_priv = (struct ssv_vif_priv_data *)vif_info->vif->drv_priv; in _set_wep_sw_crypto_key()
987 struct ssv_vif_info *vif_info, in _set_wep_hw_crypto_pair_key() argument
1005 struct ssv_vif_priv_data *vif_priv = (struct ssv_vif_priv_data *)vif_info->vif->drv_priv; in _set_wep_hw_crypto_pair_key()
1032 struct ssv_vif_info *vif_info, in _set_wep_hw_crypto_group_key() argument
1050 struct ssv_vif_priv_data *vif_priv = (struct ssv_vif_priv_data *)vif_info->vif->drv_priv; in _set_wep_hw_crypto_group_key()
1084 struct ssv_vif_info *vif_info) in hw_crypto_key_write_wep() argument
1087 struct ssv6xxx_hw_sec *sramKey = &vif_info->sramKey; in hw_crypto_key_write_wep()
1098 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_hw_crypto_pair_key, sramKey); in hw_crypto_key_write_wep()
1109 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_hw_crypto_group_key, sramKey); in hw_crypto_key_write_wep()
[all …]
H A Dp2p.c221 if(sc->vif_info[vif_idx].vif->type != NL80211_IFTYPE_STATION || in ssv6xxx_noa_hdl_bss_change()
222 sc->vif_info[vif_idx].vif->p2p != true) in ssv6xxx_noa_hdl_bss_change()
230 sc->p2p_noa.noa_detect[vif_idx].noa_addr = sc->vif_info[vif_idx].vif->bss_conf.bssid; in ssv6xxx_noa_hdl_bss_change()
H A Ddev.h347 struct ssv_vif_info vif_info[SSV_NUM_VIF]; member
509 struct ssv_vif_info *vif_info,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c464 struct vif_priv *vif_info = (struct vif_priv *)vif->drv_priv; in rsi_mac80211_add_interface() local
498 vif_info->vap_id = vap_idx; in rsi_mac80211_add_interface()
504 vif_info->vap_id, vap_status)) { in rsi_mac80211_add_interface()
1136 common->vif_info[ii].seq_start = seq_no; in rsi_mac80211_ampdu_action()
1159 seq_start = common->vif_info[ii].seq_start; in rsi_mac80211_ampdu_action()
1474 common->vif_info[0].is_ht = sta->ht_cap.ht_supported; in rsi_mac80211_sta_add()
1480 common->vif_info[0].sgi = true; in rsi_mac80211_sta_add()
1549 common->vif_info[0].is_ht = false; in rsi_mac80211_sta_remove()
1550 common->vif_info[0].sgi = false; in rsi_mac80211_sta_remove()
1551 common->vif_info[0].seq_start = 0; in rsi_mac80211_sta_remove()
H A Drsi_main.h242 struct vif_priv vif_info[RSI_MAX_VIFS]; member
H A Drsi_91x_mgmt.c1357 is_ht = common->vif_info[0].is_ht; in rsi_send_auto_rate_request()
1358 is_sgi = common->vif_info[0].sgi; in rsi_send_auto_rate_request()
H A Drsi_91x_hal.c227 if (common->vif_info[0].sgi && (fixed_rate & 0x100)) { in rsi_prepare_data_desc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssv_cmd.c299 struct ssv_vif_info *vif_info, in _dump_sta_info() argument
332 struct ieee80211_vif *vif = sc->vif_info[j].vif; in ssv6xxx_dump_sta_info()
355 _dump_sta_info(sc, &sc->vif_info[priv_vif->vif_idx], in ssv6xxx_dump_sta_info()