Home
last modified time | relevance | path

Searched refs:SSV_NUM_HW_STA (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/include/
H A Dssv6200_common.h247 #define SSV_NUM_HW_STA 2 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c889 ptr->wsid_idx = (u8)(sta_idx - SSV_NUM_HW_STA); in hw_update_watch_wsid()
933 … if ((index == 0) && (sta_priv->has_hw_decrypt == true) && (sta_info->hw_wsid >= SSV_NUM_HW_STA)) in hw_crypto_key_clear()
947 || (sta_priv_iter->sta_info->hw_wsid < SSV_NUM_HW_STA)) in hw_crypto_key_clear()
1153 if (wsid >= SSV_NUM_HW_STA) in _set_aes_tkip_hw_crypto_group_key()
1208 if (wsid >= SSV_NUM_HW_STA) in _write_pairwise_key_to_hw()
3914 if (sta_priv_dat->sta_idx < SSV_NUM_HW_STA)
3952 if (sta_info->hw_wsid >= SSV_NUM_HW_STA)
4051 BUG_ON(sta_info->hw_wsid >= SSV_NUM_HW_STA);
4056 if (sta_info->hw_wsid >= SSV_NUM_HW_STA)
4097 if((hw_wsid != -1) && (hw_wsid < SSV_NUM_HW_STA))
H A Dssv_rc.c1662 if (hwidx >=0 && hwidx<SSV_NUM_HW_STA) { in ssv6xxx_rc_hw_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/ssvdevice/
H A Dssv_cmd.c402 for(s=0; s<SSV_NUM_HW_STA; s++) { in ssv_cmd_dump()
546 for(s=0; s<SSV_NUM_HW_STA; s++) { in ssv_cmd_mac()