| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android_ext.c | 2217 memcpy(&keyinfo, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH+RSN_REPLAY_LEN); in wl_ext_gtk_key_info() 2230 prhex("replay_ctr", (uchar *)keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 20016 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data() 20025 prhex("replay_ctr", (const u8 *) (data->replay_ctr), RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android_ext.c | 2189 memcpy(&keyinfo, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH+RSN_REPLAY_LEN); in wl_ext_gtk_key_info() 2202 prhex("replay_ctr", (uchar *)keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 20261 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data() 20270 prhex("replay_ctr", (const u8 *) (data->replay_ctr), RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android_ext.c | 6045 memcpy(&keyinfo, data, RSN_KCK_LENGTH+RSN_KEK_LENGTH+RSN_REPLAY_LEN); in wl_ext_gtk_key_info() 6049 prhex("replay_ctr", (uchar *)keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_ext_gtk_key_info()
|
| H A D | wl_cfg80211.c | 21788 prhex("replay_ctr", (uchar *) (data->replay_ctr), RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data() 21792 prhex("replay_ctr", (uchar *)data->replay_ctr, RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data() 21796 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN); in wl_cfg80211_set_rekey_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 5165 #define RSN_REPLAY_LEN 8 macro 5169 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 6568 #define RSN_REPLAY_LEN 8 macro 6572 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 6568 #define RSN_REPLAY_LEN 8 macro 6572 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 6579 #define RSN_REPLAY_LEN 8 macro 6583 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 8804 #define RSN_REPLAY_LEN 8 macro 8808 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 8822 #define RSN_REPLAY_LEN 8 macro 8826 uint8 ReplayCounter[RSN_REPLAY_LEN];
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 23239 prhex("replay_ctr", (const u8 *) (data->replay_ctr), RSN_REPLAY_LEN); 23242 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 23237 prhex("replay_ctr", (const u8 *) (data->replay_ctr), RSN_REPLAY_LEN); 23240 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 22993 prhex("replay_ctr", (const u8 *) (data->replay_ctr), RSN_REPLAY_LEN); 22996 bcopy(data->replay_ctr, keyinfo.ReplayCounter, RSN_REPLAY_LEN);
|