Searched refs:seq_cntl_mask (Results 1 – 1 of 1) sorted by relevance
29 const u16 seq_cntl_mask = 0x0F00; variable190 *p_ptk_header = header[offset + ETH_ALEN] & (seq_cntl_mask >> 8); in wlan_tx_wapi_encryption()191 *(p_ptk_header + 1) = header[offset + ETH_ALEN + 1] & (seq_cntl_mask & 0xFF); in wlan_tx_wapi_encryption()269 *p_ptk_header = input_ptk[offset+6] & (seq_cntl_mask >> 8); in wlan_rx_wapi_decryption()270 *(p_ptk_header+1) = input_ptk[offset+6+1] & (seq_cntl_mask & 0xFF); in wlan_rx_wapi_decryption()