Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wpi.c187 memcpy(p_ptk_header, &header[offset], ADDID_LEN); in wlan_tx_wapi_encryption()
188 p_ptk_header += ADDID_LEN; in wlan_tx_wapi_encryption()
189 offset += ADDID_LEN; in wlan_tx_wapi_encryption()
265 memcpy(p_ptk_header, &input_ptk[offset], ADDID_LEN); in wlan_rx_wapi_decryption()
267 p_ptk_header += ADDID_LEN; in wlan_rx_wapi_decryption()
268 offset += ADDID_LEN; in wlan_rx_wapi_decryption()
H A Dsec_wpi.h24 #define ADDID_LEN (ETH_ALEN + ETH_ALEN) macro