Home
last modified time | relevance | path

Searched refs:pcipher_tlv (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_cmd.c1199 MrvlIEtypes_Cipher_t *pcipher_tlv = MNULL; in wlan_cmd_802_11_supplicant_profile() local
1230 pcipher_tlv = (MrvlIEtypes_Cipher_t *)ptlv_buffer; in wlan_cmd_802_11_supplicant_profile()
1231 pcipher_tlv->header.type = in wlan_cmd_802_11_supplicant_profile()
1233 pcipher_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1234 (t_u16)(sizeof(pcipher_tlv->pair_cipher) + in wlan_cmd_802_11_supplicant_profile()
1235 sizeof(pcipher_tlv->group_cipher)); in wlan_cmd_802_11_supplicant_profile()
1237 pcipher_tlv->pair_cipher = in wlan_cmd_802_11_supplicant_profile()
1241 pcipher_tlv->group_cipher = in wlan_cmd_802_11_supplicant_profile()
1245 (pcipher_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1248 (pcipher_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
[all …]
H A Dmlan_sta_cmdresp.c1414 MrvlIEtypes_Cipher_t *pcipher_tlv = MNULL; in wlan_ret_802_11_supplicant_profile() local
1440 pcipher_tlv = (MrvlIEtypes_Cipher_t *)head; in wlan_ret_802_11_supplicant_profile()
1442 pcipher_tlv->pair_cipher; in wlan_ret_802_11_supplicant_profile()
1444 pcipher_tlv->group_cipher; in wlan_ret_802_11_supplicant_profile()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmd.c1465 MrvlIEtypes_Cipher_t *pcipher_tlv = MNULL; in wlan_cmd_802_11_supplicant_profile() local
1493 pcipher_tlv = (MrvlIEtypes_Cipher_t *)ptlv_buffer; in wlan_cmd_802_11_supplicant_profile()
1494 pcipher_tlv->header.type = in wlan_cmd_802_11_supplicant_profile()
1496 pcipher_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1497 (t_u16)(sizeof(pcipher_tlv->pair_cipher) + in wlan_cmd_802_11_supplicant_profile()
1498 sizeof(pcipher_tlv->group_cipher)); in wlan_cmd_802_11_supplicant_profile()
1500 pcipher_tlv->pair_cipher = in wlan_cmd_802_11_supplicant_profile()
1504 pcipher_tlv->group_cipher = in wlan_cmd_802_11_supplicant_profile()
1507 ptlv_buffer += (pcipher_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1509 cmd->size += (pcipher_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
[all …]
H A Dmlan_sta_cmdresp.c1465 MrvlIEtypes_Cipher_t *pcipher_tlv = MNULL; in wlan_ret_802_11_supplicant_profile() local
1491 pcipher_tlv = (MrvlIEtypes_Cipher_t *)head; in wlan_ret_802_11_supplicant_profile()
1493 pcipher_tlv->pair_cipher; in wlan_ret_802_11_supplicant_profile()
1495 pcipher_tlv->group_cipher; in wlan_ret_802_11_supplicant_profile()