Home
last modified time | relevance | path

Searched refs:encr_proto_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.c1198 MrvlIEtypes_EncrProto_t *encr_proto_tlv = MNULL; in wlan_cmd_802_11_supplicant_profile() local
1213 encr_proto_tlv = (MrvlIEtypes_EncrProto_t *)ptlv_buffer; in wlan_cmd_802_11_supplicant_profile()
1214 encr_proto_tlv->header.type = in wlan_cmd_802_11_supplicant_profile()
1216 encr_proto_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1217 (t_u16)sizeof(encr_proto_tlv->rsn_mode); in wlan_cmd_802_11_supplicant_profile()
1218 encr_proto_tlv->rsn_mode = in wlan_cmd_802_11_supplicant_profile()
1221 (encr_proto_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1224 (encr_proto_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1226 encr_proto_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1227 wlan_cpu_to_le16(encr_proto_tlv->header.len); in wlan_cmd_802_11_supplicant_profile()
H A Dmlan_sta_cmdresp.c1413 MrvlIEtypes_EncrProto_t *encr_proto_tlv = MNULL; in wlan_ret_802_11_supplicant_profile() local
1431 encr_proto_tlv = in wlan_ret_802_11_supplicant_profile()
1434 wlan_le16_to_cpu(encr_proto_tlv-> in wlan_ret_802_11_supplicant_profile()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmd.c1464 MrvlIEtypes_EncrProto_t *encr_proto_tlv = MNULL; in wlan_cmd_802_11_supplicant_profile() local
1478 encr_proto_tlv = (MrvlIEtypes_EncrProto_t *)ptlv_buffer; in wlan_cmd_802_11_supplicant_profile()
1479 encr_proto_tlv->header.type = in wlan_cmd_802_11_supplicant_profile()
1481 encr_proto_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1482 (t_u16)sizeof(encr_proto_tlv->rsn_mode); in wlan_cmd_802_11_supplicant_profile()
1483 encr_proto_tlv->rsn_mode = in wlan_cmd_802_11_supplicant_profile()
1485 ptlv_buffer += (encr_proto_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1487 cmd->size += (encr_proto_tlv->header.len + in wlan_cmd_802_11_supplicant_profile()
1489 encr_proto_tlv->header.len = in wlan_cmd_802_11_supplicant_profile()
1490 wlan_cpu_to_le16(encr_proto_tlv->header.len); in wlan_cmd_802_11_supplicant_profile()
H A Dmlan_sta_cmdresp.c1464 MrvlIEtypes_EncrProto_t *encr_proto_tlv = MNULL; in wlan_ret_802_11_supplicant_profile() local
1482 encr_proto_tlv = in wlan_ret_802_11_supplicant_profile()
1486 encr_proto_tlv->rsn_mode); in wlan_ret_802_11_supplicant_profile()