Searched refs:ADDID_LEN (Results 1 – 2 of 2) sorted by relevance
187 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()
24 #define ADDID_LEN (ETH_ALEN + ETH_ALEN) macro