Searched refs:ctrl_tlv (Results 1 – 1 of 1) sorted by relevance
830 MrvlIEtypes_Keep_Alive_Ctrl_t *ctrl_tlv = MNULL; in wifi_tcp_keep_alive() local861 ctrl_tlv = (MrvlIEtypes_Keep_Alive_Ctrl_t *)pos; in wifi_tcp_keep_alive()862 ctrl_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_KEEP_ALIVE_CTRL); in wifi_tcp_keep_alive()863 ctrl_tlv->header.len = in wifi_tcp_keep_alive()865 ctrl_tlv->snd_interval = wlan_cpu_to_le32(keep_alive->timeout); in wifi_tcp_keep_alive()866 ctrl_tlv->retry_interval = wlan_cpu_to_le16(keep_alive->interval); in wifi_tcp_keep_alive()867 ctrl_tlv->retry_count = wlan_cpu_to_le16(keep_alive->max_keep_alives); in wifi_tcp_keep_alive()965 MrvlIEtypes_Keep_Alive_Ctrl_t *ctrl_tlv = MNULL; in wifi_cloud_keep_alive() local972 ctrl_tlv = (MrvlIEtypes_Keep_Alive_Ctrl_t *)pos; in wifi_cloud_keep_alive()973 ctrl_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_KEEP_ALIVE_CTRL); in wifi_cloud_keep_alive()[all …]