Home
last modified time | relevance | path

Searched refs:ssv6xxx_foreach_vif_sta (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.h508 void ssv6xxx_foreach_vif_sta (struct ssv_softc *sc,
H A Ddev.c1098 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()
1251 ssv6xxx_foreach_vif_sta(sc, &sc->vif_info[vif_priv->vif_idx], in _write_group_key_to_hw()
1393 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_sw_crypto_key, NULL); in _set_key_wep()
1403 ssv6xxx_foreach_vif_sta(sc, vif_info, _set_wep_sw_crypto_key, NULL); in _set_key_wep()
5421 void ssv6xxx_foreach_vif_sta (struct ssv_softc *sc, function