Searched refs:eapol_key_info (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_pkt_ofld.c | 370 struct rtw_pkt_ofld_eapol_key_info *eapol_key_info) in _phl_pkt_ofld_construct_eapol_key_data() argument 377 u8 sec_hdr = eapol_key_info->sec_hdr; in _phl_pkt_ofld_construct_eapol_key_data() 378 u8 key_desc_ver = eapol_key_info->key_desc_ver; in _phl_pkt_ofld_construct_eapol_key_data() 398 SET_80211_PKT_HDR_ADDRESS1(d, pkt, eapol_key_info->a1); /* BSSID */ in _phl_pkt_ofld_construct_eapol_key_data() 399 SET_80211_PKT_HDR_ADDRESS2(d, pkt, eapol_key_info->a2); /* SA */ in _phl_pkt_ofld_construct_eapol_key_data() 400 SET_80211_PKT_HDR_ADDRESS3(d, pkt, eapol_key_info->a3); /* DA */ in _phl_pkt_ofld_construct_eapol_key_data()
|
| H A D | phl_wow.c | 144 struct rtw_pkt_ofld_eapol_key_info *eapol_key_info) in _phl_cfg_pkt_ofld_eapol_key_info() argument 151 _os_mem_cpy(drv_priv, &(eapol_key_info->a1[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 154 _os_mem_cpy(drv_priv, &(eapol_key_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 157 _os_mem_cpy(drv_priv, &(eapol_key_info->a3[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 160 eapol_key_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_eapol_key_info() 161 eapol_key_info->key_desc_ver = _phl_query_key_desc_ver(wow_info, pairwise_algo); in _phl_cfg_pkt_ofld_eapol_key_info() 162 _os_mem_cpy(drv_priv, eapol_key_info->replay_cnt, in _phl_cfg_pkt_ofld_eapol_key_info() 1478 struct rtw_pkt_ofld_eapol_key_info eapol_key_info = {0}; in phl_wow_func_en() local 1541 _phl_cfg_pkt_ofld_eapol_key_info(wow_info, sta, &eapol_key_info); in phl_wow_func_en() 1545 (void *)&eapol_key_info); in phl_wow_func_en()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_pkt_ofld.c | 370 struct rtw_pkt_ofld_eapol_key_info *eapol_key_info) in _phl_pkt_ofld_construct_eapol_key_data() argument 377 u8 sec_hdr = eapol_key_info->sec_hdr; in _phl_pkt_ofld_construct_eapol_key_data() 378 u8 key_desc_ver = eapol_key_info->key_desc_ver; in _phl_pkt_ofld_construct_eapol_key_data() 398 SET_80211_PKT_HDR_ADDRESS1(d, pkt, eapol_key_info->a1); /* BSSID */ in _phl_pkt_ofld_construct_eapol_key_data() 399 SET_80211_PKT_HDR_ADDRESS2(d, pkt, eapol_key_info->a2); /* SA */ in _phl_pkt_ofld_construct_eapol_key_data() 400 SET_80211_PKT_HDR_ADDRESS3(d, pkt, eapol_key_info->a3); /* DA */ in _phl_pkt_ofld_construct_eapol_key_data()
|
| H A D | phl_wow.c | 144 struct rtw_pkt_ofld_eapol_key_info *eapol_key_info) in _phl_cfg_pkt_ofld_eapol_key_info() argument 151 _os_mem_cpy(drv_priv, &(eapol_key_info->a1[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 154 _os_mem_cpy(drv_priv, &(eapol_key_info->a2[0]), &(phl_sta->wrole->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 157 _os_mem_cpy(drv_priv, &(eapol_key_info->a3[0]), &(phl_sta->mac_addr[0]), in _phl_cfg_pkt_ofld_eapol_key_info() 160 eapol_key_info->sec_hdr = _phl_query_iv_len(pairwise_algo); in _phl_cfg_pkt_ofld_eapol_key_info() 161 eapol_key_info->key_desc_ver = _phl_query_key_desc_ver(wow_info, pairwise_algo); in _phl_cfg_pkt_ofld_eapol_key_info() 162 _os_mem_cpy(drv_priv, eapol_key_info->replay_cnt, in _phl_cfg_pkt_ofld_eapol_key_info() 1464 struct rtw_pkt_ofld_eapol_key_info eapol_key_info = {0}; in phl_wow_func_en() local 1527 _phl_cfg_pkt_ofld_eapol_key_info(wow_info, sta, &eapol_key_info); in phl_wow_func_en() 1531 (void *)&eapol_key_info); in phl_wow_func_en()
|