···43314331 struct sk_buff *skb, u8 *p2k);4332433243334333/**43344334- * ieee80211_aes_cmac_calculate_k1_k2 - calculate the AES-CMAC sub keys43354335- *43364336- * This function computes the two AES-CMAC sub-keys, based on the43374337- * previously installed master key.43384338- *43394339- * @keyconf: the parameter passed with the set key43404340- * @k1: a buffer to be filled with the 1st sub-key43414341- * @k2: a buffer to be filled with the 2nd sub-key43424342- */43434343-void ieee80211_aes_cmac_calculate_k1_k2(struct ieee80211_key_conf *keyconf,43444344- u8 *k1, u8 *k2);43454345-43464346-/**43474334 * ieee80211_get_key_tx_seq - get key TX sequence counter43484335 *43494336 * @keyconf: the parameter passed with the set key