Searched refs:pn_len (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | fw.h | 65 u8 pn_len; member
|
| H A D | hif.h | 160 const u8 *pn, u8 pn_len, const u8 *mac_addr, u8 mode,
|
| H A D | hif.c | 1182 const u8 *pn, u8 pn_len, const u8 *mac_addr, u8 mode, u8 index) in wilc_add_igtk() argument 1195 memcpy(&key_buf->pn[0], pn, pn_len); in wilc_add_igtk() 1196 key_buf->pn_len = pn_len; in wilc_add_igtk()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ioctl.h | 255 u8 pn_len; member
|
| H A D | sta_cmd.c | 582 enc_key->pn, enc_key->pn_len); in mwifiex_set_aes_key_v2() 601 enc_key->pn, enc_key->pn_len); in mwifiex_set_aes_key_v2() 772 enc_key->pn, enc_key->pn_len); in mwifiex_cmd_802_11_key_material_v2()
|
| H A D | sta_ioctl.c | 1171 encrypt_key.pn_len = kp->seq_len; in mwifiex_set_encode()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 2437 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl() 2531 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl() 2832 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_frag_ind_hl() 4065 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4_hw.c | 2746 unsigned int id_len, pn_len, sn_len, na_len; in t4_get_raw_vpd_params() local 2786 PCI_VPD_RO_KEYWORD_PARTNO, &pn_len); in t4_get_raw_vpd_params() 2800 memcpy(p->pn, vpd + pn, min_t(unsigned int, pn_len, PN_LEN)); in t4_get_raw_vpd_params()
|