CCMP_PN_LEN
memcpy(iv + 8, pn, CCMP_PN_LEN);
i = CCMP_PN_LEN - 1;
memcpy(key->rx_pn, pn, CCMP_PN_LEN);
u8 tx_pn[CCMP_PN_LEN];
u8 rx_pn[CCMP_PN_LEN];